{% extends "administrator/base.html" %} {% load static i18n base_tag management_tag %} {% block title %}{{page_title}}{% endblock %} {% block page_title %}

{{page_title}}

{% endblock page_title %} {% block content %}
{% for template in templates|dictsort:"id" %} {% empty %} {% endfor %}
ID Title
{{template.id}} {{template.title}} {% get_contract_template_type_badge type=template.type %} {% if template.issued %} ISSUED {% else %} NEW {% endif %}
No Templates
{% include "base/pagination.html" with paginator=paginator add_css="page_nav_dark" %} {% endblock content %} {% block third_party %} {% include "base/load_datatable.html" %} {% endblock third_party %}