{% extends 'layouts/base.html' %} {% block content %}
Back to dashboard

Saved Templates
View and manage currently saved templates.

{# Use overflow-x: scroll so that mobile views don't freak out # when the table is too wide #}
{% for t in template | sort(attribute='name') %} {# Show table of templates #} {% endfor %}
Template Name Template URL Template Path
{{ t.name }} {{ t.url }} {{ t.path }}
{% endblock %}