{% 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 }}: Month {% for k,monthDropdownItem in monthDropdown %} {{ monthDropdownItem }} {% endfor %} Year {% for k,yearDropdownItem in yearDropdown %} {{ yearDropdownItem }} {% endfor %} {{ t("card_cvv", "Card CVV")|title }}: {% if i|length > 0 %} {% endif %} {% if f|length > 0 %} {% endif %} {{ t("submit_payment", "Submit Payment")|title }} {% endif %} {% if Auth.loggedIn() == true %} {{ t("account_status", "account status")|title }} {{ t('account_type', 'account type')|title }} {{ accountTypeLabel }} {% if accountType in ['paid', 'admin', 'moderator'] %} {{ t('reverts_to_free_account', 'reverts to free account')|title }} {{ accountExpiry }} {% endif %} {% endif %} {% include '@themePath/partial/_premium_benefits.html.twig' %} {% endblock %}