{% load i18n %}

{% trans 'Done Forms' %}

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