{% extends 'base.html' %} {% load filters i18n %} {% block body %}
{% for value in groups %}
{{ value.label }}
{% endfor %}
{% endblock %}