{% extends "base/body_content.html" %} {% load static %} {% block title %}Manage templates{% endblock %} {% block main_content %}
| 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 %}
|
|
|