{% load i18n combo %}

{% trans 'Current Drafts' %}

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