{% extends "base.html" %} {% block title %}{{ t('operator_logins') }} · {{ company.name }}{% endblock %} {% block content %}

{{ t('viewing_profile') }} · {{ company.name }}

{{ t('operator_logins') }}

{{ t('open_profile') }}

{{ t('operator_help') }}

{% if operators %}
{% for row in operators %} {% endfor %}
{{ t('full_name') }} {{ t('username') }}
{{ row.full_name or '—' }} {{ row.username }}
{% else %}

{{ t('no_operators') }}

{% endif %}

{{ t('add_operator') }}

{% endblock %}