{% extends "reportcraft/base.html" %} {% load static %} {% block page-title %}{{ list_title }}{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block page-tools %} {% if view.tool_template %}{% include view.tool_template %}{% endif %} {% endblock %} {% block page-content %}
{% include "itemlist/embed_list.html" %}
{% endblock %}