{% load i18n %} {% block cell-content %}

{{ cell.custom_title|default:_('Current Forms') }}

{% if forms %} {% for slug, forms in current_forms.items %} {% endfor %} {% include "combo/pagination.html" with previous_label=_("Previous forms") next_label=_("Next forms") %} {% else %}

{% trans "There are no current forms." %}

{% endif %} {% endblock %}