{% extends 'main/base.html' %} {% load i18n %} {% load static %} {% load project_tags %} {% load version_tags %} {% block title %} :: {% trans 'About this program' %}{% endblock %} {% block content %}

{% project_name %} ({% trans 'Version' %} {% app_version 'mayan' %})

{% trans 'Open Source Electronic Document Manager System' %}

http://www.mayan-edms.com

http://mayan.readthedocs.org/

https://github.com/mayan-edms/mayan-edms/

https://github.com/mayan-edms/mayan-edms/issues

{% trans 'Released under the Apache 2.0 License' %}

{% endblock %} {% block footer %} {% endblock %}