{{ _("Edit admin") }} {{ adminaccount.username }}

{% i18nc_var "Datetime format string to display created and updated times on edit pages" "MMMM d, yyyy hh:mmap" as dtFormatString %}
{% c_csrf_token %}
{{ help.username.text }}
{{ help.created.text }}
{{ help.updated.text }}
{% if validationErrors.password.count %}
{{ validationErrors.password.0 }}
{% endif %} {{ help.password.text }}
{{ help.password_confirmation.text }}
{% if validationErrors.type.count %}
{{ validationErrors.type.0 }}
{% endif %} {{ help.type.text }}
{% if validationErrors.assocdomains.count %}
{{ validationErrors.assocdomains.0 }}
{% endif %} {{ help.assocdomains.text }}
{{ _("Cancel") }}