{% load socialaccount %}
{# This template is just for a modal, which is actually inserted into the navbar #}
{# template. Take a look at `navbar.html` to see how it's inserted. #}
Settings for {{ user.username }}
{% if groups %}
{% for group in groups %}
{{ group.name }}
{% endfor %}