{% load wagtailadmin_tags i18n %} {% block extra_css %} {% endblock %} {% block before_results %} {% if actions.items %}
{% csrf_token %}
{% block task_title %}

{% trans "All Tasks" %}

{% endblock task_title %}

{% for code, action in actions.items %} {% endfor %}

{% endif %} {% endblock %} {% if object_list %}
{% block results %} {% component table %} {% endblock %} {% block pagination %} {% if is_paginated %}
{% include "wagtailadmin/shared/pagination_nav.html" with items=page_obj linkurl=index_url %}
{% endif %} {% endblock %}
{% else %}
{% block no_results_message %}

{% trans "There are no results." %}

{% endblock %}
{% endif %}