{% extends "base.html" %}
{% load static settings_value i18n %}
{% block main %}
{% translate "The Invisible East Digital Corpus version" %} ({% settings_value 'VERSION' %}) {% translate "is a web application developed using the following technologies:" %}
{% translate "Technical" %}
{% translate "You can view the code used to build the IEDC in the project's" %} {% translate "GitHub repository" %}{% translate "afterlink-github" %}
{% translate "You can also access the code via Zenodo with the" %} DOI 13220978{% translate "afterlink-zenodo" %}
{% translate "The IEDC was developed by" %} AHR Software {% translate "for the Invisible East programme" %}.
{% include 'snippets/footer.html' %} {% endblock %}