{% extends 'pbx_admin/base.html' %} {% load i18n %} {% load pbx_tags %} {% load admin_tags %} {% block panel_heading %} {{ opts.verbose_name_plural }} {{ paginator.count|humanize_number }} {% if can_add %} {% endif %} {% if can_import %} {% endif %} {% endblock %} {% block content %}
{% for field in header %} |
{% if field.order_field %}
{{ field.label|capfirst }}
{% if field.is_ordered %}
{% endif %}
{% else %}
{{ field.label|capfirst }}
{% endif %}
|
{% endfor %}
{% trans "Actions" %}
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ form.non_field_errors }} | |||||||||||||||||||