{% load i18n %}
{% if list_pagination or detail_pagination %}
{% if list_pagination %} {% include 'ui/partials/pagination_list.html' %} {% elif detail_pagination %} {% include 'ui/partials/pagination_detail.html' %} {% endif %}
{% endif %}
{% if list_pagination or detail_pagination %}
{% if list_pagination %} {% include 'ui/partials/pagination_list.html' %} {% elif detail_pagination %} {% include 'ui/partials/pagination_detail.html' %} {% endif %}
{% endif %}
{% block mobile_actions %} {% if actions_template %}{% include actions_template with mobile=True %}{% endif %} {% endblock %}
{% block tablet_actions %} {% if actions_template %}{% include actions_template with tablet=True %}{% endif %} {% endblock %}