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

{{ cell.custom_title|default:_('Done Forms') }}

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

{% trans "There are no done forms or they have been removed." %}

{% endif %} {% endblock %}