{% extends "base.html" %} {% block title %}{{ t('operator_logins') }} · {{ company.name }}{% endblock %} {% block content %}
{{ t('viewing_profile') }} · {{ company.name }}
{{ t('operator_help') }}
{% if operators %}| {{ t('full_name') }} | {{ t('username') }} | |
|---|---|---|
| {{ row.full_name or '—' }} | {{ row.username }} |
{{ t('no_operators') }}
{% endif %}