{% extends 'quintet/dashboard.html' %} {% block title %}Users{% endblock %} {% block active_nav %}Users{% endblock %} {% block content %}
Name | Username | ||
---|---|---|---|
{% if perms.auth.change_user or u == user %}{% endif %} {{ u.get_full_name }} {% if perms.auth.change_user or u == user %}{% endif %} | {{ u.username }} | {{ u.email }} | {% if u.profile.twitter %} @{{ u.profile.twitter }} {% endif %} |
No Users to display. |