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

{% trans 'Current Forms' %}

{% for slug, forms in current_forms.items %} {% endfor %} {% if not forms %}

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

{% endif %} {% include "combo/pagination.html" %} {% endblock %}