{% extends "templatesadmin/base.html" %} {% load i18n %} {% load templatesadmin_tags %} {% block breadcumbs %}{% trans "Home" %} › {% trans "File selection" %}{% endblock %} {% block main %} {% for template in template_dict %} {% ifchanged template.rootpath %} {% if not forloop.first %} {% endif %}
{% trans "File" %} | {% trans "Modified" %} |
---|---|
{% if not template.writeable %}{% trans "(read only)" %} {% endif %} {{ template.abspath|shortenfilepath }} | {{ template.modified|date:_("DATETIME_FORMAT") }} |