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

{% if german_page %}Alle Formen{% else %}{{ cell.custom_title|default:_('All Forms') }}{% endif %}

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

{% if german_page %}Es gibt keine Formulare.{% else %}{% trans "There are no forms." %}{% endif %}

{% endif %} {% endblock %}