{% 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" %} {% else %}

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

{% endif %} {% endblock %}