{% load unfold unfold_list i18n %}
{% if cl.paginator.template_name %} {% include cl.paginator.template_name %} {% else %} {% include "unfold/helpers/pagination_default.html" %} {% endif %} {% if show_all_url %} {% translate 'Show all' %} {% endif %} {% if cl.formset and cl.result_count %}
{% component "unfold/components/button.html" with submit=1 name="_save" form="changelist-form" class="w-full" %} {% translate 'Save' %} {% endcomponent %}
{% endif %}