{% extends "base.html" %} {% block title %}System Admin{% endblock %} {% block content %}
| Company | System Admin | Company Admin | Actions | |
|---|---|---|---|---|
| {{ user.email }} | {{ user.company.name if user.company else '-' }} | {% if user.is_system_admin %}✓{% endif %} | {% if user.is_company_admin %}✓{% endif %} |