{% extends "shared/includes/base.html" %} {% load counters %} {% block content %} {% include "contracts/includes/double_heading.html" with icon="ico--drawer" heading="Spisovny" subheading="Fyzická úložiště smluv" %} {% for filing_area in page %} {% endfor %}
Název Počet smluv
{{ filing_area.name }} {{ filing_area|contract_count:user }}
{% include "contracts/includes/pagination.html" with paginator=paginator page=page %} {% endblock %}