{% extends 'base/layout.html' %} {% load helpers %} {% block title %}Document Library{% endblock %} {% block content %}

Document Library

Add Template
{% if total == 0 %}

No templates in the library yet.

Create your first template
{% else %}
{% for tmpl in templates %} {% endfor %}
Name Description Tags Last Updated Actions
{{ tmpl.name }} {{ tmpl.description|default:"—"|truncatewords:15 }} {% for tag in tmpl.tags.all %} {{ tag.name }} {% empty %} {% endfor %} {{ tmpl.last_updated|date:"d M Y H:i" }} Generate
{% endif %} {% endblock %}