{% extends "templatesadmin/base.html" %} {% load i18n %} {% load templatesadmin_tags %} {% block breadcrumbs %} {% endblock %} {% block title %}Templatesadmin Overview{% endblock %} {% block content_title %}

{% trans "Templatesadmin Overview" %}

{% endblock %} {% block content %} {% 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|shortenfilepath }} {{ template.modified|date:_("DATETIME_FORMAT") }}
{% endblock %}