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

{% trans 'Current Drafts' %}

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

{% trans "There are no current drafts." %}

{% endif %} {% endblock %}