{% extends "reportcraft/base.html" %} {% load static %} {% load reportcraft %} {% block page-title %}Reports{% endblock %} {% block page-tools %} {% if user.is_authenticated %} {% tool_icon label='Add Report' icon='square-plus' %} {% endif %} {% endblock %} {% block page-content %} {% include "itemlist/filters.html" %} {% include "itemlist/pagination.html" %} {% endblock %}