{% load i18n %} {% if categories %} {% for category in categories %} {% if category.blocks %}

{{ category.name }}

{% endif %} {% endfor %} {% elif blocks %} {% else %}
{% trans "There are no field blocks defined." %}
{% endif %}