{% extends 'appearance/base.html' %} {% load i18n %} {% load static %} {% load common_tags %} {% block title %}{% trans 'About' %}{% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}

{% trans 'About' %}


{% build as build_number %}

{% project_name %} ({% trans 'Version' %} {% project_version %})

{% if build_number %}

{% blocktrans with build_number as build_number %}Build number: {{ build_number }}{% endblocktrans %}

{% endif %}

{% project_description as project_description %} {% trans project_description %}

{% project_website %}

http://mayan.readthedocs.org/

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

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

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

{% endblock %} {% block footer %}
{% trans 'Copyright © 2011-2015 Roberto Rosario.' %}
{% endblock %}