{% extends "shared/includes/base.html" %} {% load counters %} {% block content %} {% include "contracts/includes/double_heading.html" with icon="ico--folder" heading="Typy" subheading="smluv" %} {% for type in page %} {% endfor %}
Název Počet smluv
{{ type.name }} {{ type|contract_count:user }}
{% include "contracts/includes/pagination.html" with paginator=paginator page=page %} {% endblock %}