{# templates/account/users/index.twig #} {% extends "layouts/base.twig" %} {% block title %}{{ translations.user_accounts|default('User accounts') }}{% endblock %} {% block page_heading %}
{{ translations.user_accounts_subtitle|default('Central view for managing user accounts.') }}
| # | {{ translations.user|default('User') }} | {{ translations.contact|default('Contact') }} | {{ translations.lang|default('Lang') }} | {{ translations.display_name|default('Display name') }} | {{ translations.action|default('Action') }} |
|---|---|---|---|---|---|
| {{ translations.no_records_found|default('No records found.') }} | |||||
| #{{ id }} |
{{ fullName ?: translations.no_name|default('No name') }}
{{ translations.account_id|default('Account ID') }}
: {{ id }}
|
{% if phone %}
{% if isPhoneE164 %}
{{ phoneNormalized }}
{% else %}
{{ phone }}
{{ translations.invalid_format|default('Invalid format') }}
{% endif %}
{% else %}
—
{% endif %}
{{ email ?: '—' }}
|
{{ lang ? lang|upper : '—' }} | {{ displayName ?: '—' }} |
{# #}
|