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

{% trans 'Current Drafts' %}

{% for slug, forms in current_drafts.iteritems %}
{% if forms.data %} {% endif %}
{% endfor %} {% endblock %}