{% if constant('USE_ACCOUNT_NAME') %}
{% set type = 'account' %}
{% else %}
{% set type = 'account_id' %}
{% endif %}
{% for value in [type, 'password'] %}
{{ locale['step_admin_' ~ value ~ '_desc']|raw }}
{% endfor %}
{% if errors is defined %}
{% for error in errors %}