{% extends 'dashboard.html' %} {% load crispy_forms_tags %} {% block dashboard-body %}
Username | First Name | Role | |
---|---|---|---|
{{ account.username }} | {{ account.first_name }} | {{ account.email }} | {% for group in account.groups.all %} {{ group }} {% empty %} general user {% endfor %} change |