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

{% trans '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 %}