{% extends 'latex/base.html' %} {% block extrastyle %} td.template {vertical-align: top; padding-left: 16px;} th {vertical-align: top;} {% endblock extrastyle %} {% block content %}

{{ template.name }}

Document templates

{% for t in templates %} {% endfor %}
{{ t.name }} {{ t.md_description }}
{% endblock content %} {% block extrajs %} {% endblock extrajs %}