{% load i18n %} {% with list.get_categories as all_categories %} {% if all_categories or list.editor %}
{% if list.show_title %}
{{ list.get_title }}
{% endif %} {% include "sitecats/list.html" %} {% if list.editor and list.editor.allow_add %}
{% csrf_token %} {% if list.editor.render_button %}{% endif %}
{% endif %}
{% endif %} {% endwith %}