{% extends 'basic.html' %} {% block content %} Back
{% for group_name, users in groups %}

{{ group_name }}

{% endfor %}
{% endblock %}