{% extends "templatesadmin/base.html" %} {% load i18n %} {% load templatesadmin_tags %} {% block breadcrumbs %}
{% endblock %} {% block title %}Templatesadmin Overview{% endblock %} {% block content_title %}{% trans "File" %} | {% trans "Modified" %} |
---|---|
{% if not template.writeable %}{% trans "(read only)" %} {% endif %} {{ template.abspath|shortenfilepath }} | {{ template.modified|date:_("DATETIME_FORMAT") }} |