{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans "Document Templates" %} - {{ block.super }}{% endblock %} {% block content %}
| {% trans "Name" %} | {% trans "Category" %} | {% trans "Active" %} | {% trans "Actions" %} |
|---|---|---|---|
| {{ template.name }} | {{ template.get_category_display }} | {% if template.is_active %} {% trans "Active" %} {% else %} {% trans "Inactive" %} {% endif %} |
{% trans "No templates found." %}
{% trans "Create First Template" %}