{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}
| Username | Role | Actions | |
|---|---|---|---|
| {{ uc.user.username }} | {{ uc.user.email }} |
{% if current_user.is_global_admin() or current_user.is_company_admin(company.id) %}
|