{{ _("Edit account") }} {{ account.username }}

{% i18nc_var "Datetime format string to display created and updated times on edit pages" "MMMM d, yyyy hh:mmap" as dtFormatString %} {% i18nc_var "Placeholder for datetime inputs, shown to the user as a hint how to input datetimes" "YYYY-MM-DDTHH:mm" as dtFormatPlaceholder %} {% i18nc_var "Placeholder for date inputs, shown to the user as a hint how to input dates" "YYYY-MM-DD" as dateFormatPlaceholder %} {% i18nc_var "Placeholder for time inputs, shown to the user as a hint how to input times" "HH:mm" as timeFormatPlaceholder %}
{% c_csrf_token %}
{{ help.created.text }}
{{ help.updated.text }}
{% if validationErrors.validUntilDate.count %}
{{ validationErrors.validUntilDate.0 }}
{% endif %} {% if validationErrors.validUntilTime.count %}
{{ validationErrors.validUntilTime.0 }}
{% endif %} {{ help.validUntil.text }}
{% if validationErrors.password.count %}
{{ validationErrors.password.0 }}
{% endif %} {{ help.password.text }}
{{ help.password_confirmation.text }}
{% if validationErrors.passwordExpiresDate.count %}
{{ validationErrors.passwordExpiresDate.0 }}
{% endif %} {% if validationErrors.passwordExpiresTime.count %}
{{ validationErrors.passwordExpiresTime.0 }}
{% endif %} {{ help.passwordExpires.text }}
{% l10n_filesize account.usage 2 2 1024 %} /
{% if validationErrors.quota.count %}
{{ validationErrors.quota.0 }}
{% endif %} {{ help.quota.text }}
{{ _("Service access") }}
{{ help.imap.text }}
{{ help.pop.text }}
{{ help.sieve.text }}
{{ help.smtpauth.text }}
{{ help.catchall.text }}
{{ _("Cancel") }}