{% extends "base.html" %} {% load i18n %} {% load navigation_tags %} {% load subtemplates_tags %} {% block title %} :: {% blocktrans with title|striptags as stripped_title %}List of {{ stripped_title }}{% endblocktrans %}{% endblock %} {#{% block secondary_links %}{{ secondary_links|safe }}{% endblock %}#} {% block sidebar %} {% for subtemplate in sidebar_subtemplates_list %} {% if subtemplate.form %} {% render_subtemplate subtemplate.name subtemplate.context as rendered_subtemplate %}
{{ rendered_subtemplate }}
{% else %} {% render_subtemplate subtemplate.name subtemplate.context as rendered_subtemplate %} {{ rendered_subtemplate }} {% endif %} {% endfor %} {% endblock %} {% block content %} {% include "generic_list_subtemplate.html" %} {% endblock %}