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

{% trans 'Form Categories' %}

{% for slug, categories in form_categories.items %}

{{ categories.title }}

{% endfor %} {% endblock %}