{% load i18n %} {% for key, value in categories.items %} {% trans key %}
{% for item in value %}

{% endfor %}

{% endfor %}