{% extends "partial/layout.html.twig" %} {% block title %}{{ t("account_edit_page_name", "Account Details") }}{% endblock %} {% block description %}{{ t("account_edit_meta_description", "Account details") }}{% endblock %} {% block keywords %}{{ t("account_edit_meta_keywords", "details, account, short, url, user") }}{% endblock %} {% block selected_navigation_link %}settings{% endblock %} {% block body %}

{{ t('your_details', 'Your Details') }}

{{ t('keep_your_account_details_up_to_date_below', 'Keep your account details up to date below.') }}

{{ t('account_security', 'Account Security') }}

{{ emailChangeMsg }}
{% if SITE_CONFIG_ENABLE_2FA == 'yes' %}
{% endif %}

{{ t('account_settings', 'Settings') }}

{% if SITE_CONFIG_LANGUAGE_USER_SELECT_LANGUAGE == 'yes' %}
{% endif %}

{{ t('account_settings_file_upload_api_keys', 'File Upload API Keys.') }}

{% if SITE_CONFIG_SHOW_API_PAGE == 'yes' %}
{% endif %}
{% endblock %}