{% extends 'virtenviro/admin/base.html' %}{% load i18n %} {% block content %}

{% trans 'Templates' %}

{% for template in templates %} {% endfor %}
{{ template.title }}
{% endblock content %} {% block navigation %} {% with nav_templates as nodes %}{% include 'virtenviro/admin/content/template/navigation.html' %}{% endwith %} {% endblock navigation %}