{% load i18n capture_as %}

{% trans 'Filter' %}

{% trans 'Show all' %} {% for status, display in status_choices %} {{ display|capfirst }} {% endfor %}
{% if is_paginated %}

{% trans 'See more' %}

{% firstof status_filter "all" as status %} {% capture_as url_opts %}?status={{ status }}&{% end_capture_as %} {% include 'excerptexport/partials/pagination.html' %}
{% endif %}