{% extends "templatesadmin/base.html" %} {% load i18n %} {% block breadcumbs %}{% trans "Home" %} › {% trans "File selection" %}{% endblock %} {% block main %} {% for template in template_dict %} {% ifchanged template.rootpath %} {% if not forloop.first %} {% endif %}

{{ template.rootpath }}

{% endifchanged %} {% endfor %}
{% trans "File" %} {% trans "Modified" %}
{% if not template.writeable %}{% trans "(read only)" %} {% endif %} {{ template.abspath }} {{ template.modified|date:_("DATETIME_FORMAT") }}
{% endblock %}