{% extends 'base.html' %} {% load static %} {% load i18n %} {% block title %} {{user_.fullname}} {% endblock title %} {% block content %}
{{ user_.groups.first.name|default:"No Role" }}
| {% trans 'Group Name'|capfirst %} |
|---|
| {{ group.name }} |
| {% trans "This user is not assigned to any groups." %} |