{% if totalFreeSpace is not empty %}
{{ totalFreeSpace == 0?"0":"-" }}
{% else %}
{{ t("unlimited", "Unlimited")|title }}
{% endif %}

{{ t("available_storage", "Available Storage") }}

-

{{ t("used_storage", "Used Storage") }}

-

{{ t("active_files", "Active Files") }}

-

{{ t("total_downloads", "Total Downloads") }}


{{ t('paid_account_expiry_section_header', 'Premium account expiry details.') }}
{{ accountTypeLabel }}
{% if accountType in ['paid', 'admin', 'moderator'] %}
{{ accountExpiry }}
{% endif %}
{{ t('keep_your_account_details_up_to_date_below', 'Keep your account details up to date below.') }}
{% if SITE_CONFIG_LANGUAGE_USER_SELECT_LANGUAGE == 'yes' %}
{% endif %}
{% if PluginHelper.pluginEnabled('newsletters') == true %}
{{ t('mailing_list', 'Mailing list.') }}
{% endif %}
{{ t('account_settings_change_password', 'Change password.') }}
{% if SITE_CONFIG_ENABLE_2FA == 'yes' %}
{{ t('account_settings_2fa', '2FA.') }}
{% endif %}
{{ t("privacy", "Privacy")|title }}
{% if SITE_CONFIG_FORCE_FILES_PRIVATE == 'no' %}
{% endif %}

{{ t("file_referrer_muted", "- Optional. Comma separated, excluding the http/https part.") }}

{{ t('account_settings_avatar', 'Account avatar.') }}
{% if hasAvatar == true %}
{% endif %}
{{ t('account_settings_watermark', 'Optional image preview watermark. After upload, enable watermarking using each folder settings.') }}
{% if hasWatermark == true %}

{% endif %}
{{ t('account_settings_file_upload_api_keys', 'File Upload API Keys.') }}
{% if SITE_CONFIG_SHOW_API_PAGE == 'yes' %}
{% endif %}