{% extends "base.html" %} {% block content %} {% include "includes/sidenav.html" %}
| 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 |