{% extends "madga/studio/base.html" %} {% load i18n madga_studio_tags %} {% block breadcrumbs %}{% trans "Users" %}{% endblock %} {% block content %}
{% trans "Who has access to the Studio." %}
| {% trans "User" %} | {% trans "Email" %} | {% trans "Role" %} | {% trans "Since" %} | |
|---|---|---|---|---|
|
{{ m.user.username|first|upper }}
{{ m.user.get_full_name|default:m.user.username }}
|
{{ m.user.email }} | {{ m.created_at|date:"M Y" }} | ||
| {% trans "Pending" %} | {{ inv.email }} | {{ inv.get_role_display }} | {{ inv.created_at|date:"M j" }} | {% studio_badge "draft" _("Invitation") %} |
| {% studio_empty title=_("No users yet") %} | ||||