{% extends "crud/base.html" %} {% load mptt_tags %} {% block head_css %} {{ block.super }} {% endblock %} {% block head_js %} {{ block.super }} {% if objects %} {% endif %} {% endblock %} {% block innercontent %}

{% block title %}{% if title %}{{ title }}{% else %}{{ object }}{% endif %}{% endblock %}

{% if filterform %}
{% csrf_token %}
{{ filterform }}
{% if filterform.data or filterform.initial%}  {% endif %}
{% endif %}
{% trans "Open all" %}   {% trans "Close all" %} {% for button in buttons %}  {{ button.label }} {% endfor %} pdf
{% if helptext %}
{{ helptext|linebreaks }}
{% endif %}
{% if activationlist %}
{% endif %} {% endblock %} {% block rightcolumn %} {% if perms.versioning.display_versions %} {% endif %} {% endblock %}