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

{% trans 'Current Drafts' %}

{% for slug, forms in current_drafts.items %} {% endfor %} {% if not drafts %}

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

{% endif %} {% include "combo/pagination.html" %} {% endblock %}