{% extends "base/body_content.html" %} {% block title %}Manage templates{% endblock %} {% block main_content %}

Manage templates

Create new template
{% for item in items %} {% endfor %}
Template name Author Description Order Published Delete
{{ item.format_name }} {{ item.author.format_name }} {{ item.description }} {% if not forloop.first %} {% endif %} {% if not forloop.last %} {% endif %}
{% endblock %}