{% extends "@themePath/partial/layout.html.twig" %} {% block title %}{{ pageTitlePrepend|title }} {{ t("account_confirmation", "account confirmation")|title }}{% endblock %} {% block description %}{{ pageTitlePrepend|title }} {{ t("upgrade_meta_description", "Your Account")|title }}{% endblock %} {% block keywords %}{{ pageTitlePrepend|lower }} {{ t("upgrade_meta_keywords", ", account, paid, membership, upload, download, site") }}{% endblock %} {% block footer_js %} {% endblock %} {% block body %}

{{ pageTitlePrepend|title }} {{ t("account_confirmation", "account confirmation")|title }}


{% if msg_page_errors is defined %}
  {% if msg_page_errors is defined %}{{ msg_page_errors|join }}{% endif %}
{% elseif msg_page_successes is defined %}
  {% if msg_page_successes is defined %}{{ msg_page_successes|join }}{% endif %}
{% endif %} {% if gatewayType != 'offsite' %}
{{ t("name_on_card", "Name on Card")|title }}:
{{ t("card_number", "Card Number")|title }}:
{{ t("expiry_date", "Expiration Date")|title }}:
{{ t("card_cvv", "Card CVV")|title }}:
{% if i|length > 0 %} {% endif %} {% if f|length > 0 %} {% endif %}
{% endif %}
Image
{% if Auth.loggedIn() == true %}

{{ t("account_status", "account status")|title }}

{% if accountType in ['paid', 'admin', 'moderator'] %} {% endif %}
{{ t('account_type', 'account type')|title }} {{ accountTypeLabel }}
{{ t('reverts_to_free_account', 'reverts to free account')|title }} {{ accountExpiry }}
{% endif %} {% include '@themePath/partial/_premium_benefits.html.twig' %} {% endblock %}