{% load i18n %}{% comment %}overload to show an unique sorted list of forms {% endcomment %} {% block cell-content %}

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

{% if forms %} {% include "combo/pagination.html" %} {% else %}

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

{% endif %} {% endblock %}