{% load i18n %} {% load common %} {% if manager %} {% block heading %}
{% spaceless %}
{% block actions %} {% endblock actions %}

{{ manager.all|types|capfirst }}

{% endspaceless %}
{% endblock %} {% endif %} {% block modal %} {% endblock modal %} {% block table %} {% block table-head %} {% block table-headings %} {% endblock %} {% endblock table-head %} {% with checker=queryset|permchecker:user %} {% for obj in object_list %} {% block table-row %} {% with object_perms=obj|checkperm:checker %} {% block table-columns %} {% endblock table-columns %} {% endwith %} {% endblock table-row %} {% empty %} {% block table-row-empty %} {% endblock table-row-empty %} {% endfor %} {% endwith %}
{% trans "Title" %}
{% if change_perm in object_perms %} {{ obj }}  {% else %} {{ obj }} {% endif %} {% block row-buttons %} {% endblock %}
{% blocktrans with type=model|type %} Add your first {{ type }} now. {% endblocktrans %}
{% endblock table %} {% block pagination %} {% pagination %} {% endblock pagination %}