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

{{ title }} {% if description %} {{ description|striptags|safe }} {% endif %}

{% regroup forms by keywords|first as sub_list %} {% for sub in sub_list %}
{{ sub.grouper }}
{% endfor %}
{% endblock %}