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

{% trans "New Form" %}

{% for site_formdefs in all_formdefs.values %} {% endfor %} {% elif not combo_hide_empty_message %}

{% trans "There are no possible backoffice submissions." %}

{% endif %} {% endblock %}