{% include 'ui/partials/header.html' %}
{% block messages %}{% endblock %}
{% block content %}{% endblock %}
{% if list_page.paginator %}
{% endif %}
{% if detail_page %}
{% endif %}
{% include 'ui/partials/pagination_list.html' %}
{% include 'ui/partials/pagination_detail.html' %}