{% extends "base.html" %} {% block content %} {% include "includes/sidenav.html" %}

Template Files

{{ total_templates }} template {% if total_templates != 1 %}s{% endif %}
{% for dir_name, template in page_obj %} {% endfor %}
Template {% if sort == 'name' %}{% endif %} Path {% if sort == 'path' %}{% endif %} URL Last Modified {% if sort == 'modified' %}{% endif %} Views {% if sort == 'views' %}{% endif %} Status Actions
{{ template.name }}
{{ template.path|cut:base_dir }} {% if template.url %} {{ template.url }} {% else %} No matching URL {% endif %} {{ template.modified|date:"Y-m-d H:i" }} {{ template.views|default:0 }}
{% if template.has_sidenav %} Sidenav {% endif %} {% if template.extends_base %} Base {% endif %} {% if template.has_style_tags %} Styles {% endif %}
View
{% if page_obj.paginator.num_pages > 1 %}
{% endif %}
{% endblock %}