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

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

{{ t("upgrade_title_page_description_left", "See below for the various account and payment options.") }}

{% 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 %}
{% for pricingRow in pricingRows %}
{{ pricingRow['_label'] }} {{ t('premium', 'premium') }}
{{ SITE_CONFIG_COST_CURRENCY_SYMBOL }}{{ pricingRow['price'] }} {% if pricingRow['_per_day_cost'] > 0 %}

{{ SITE_CONFIG_COST_CURRENCY_SYMBOL }}{{ pricingRow['_per_day_cost'] }} {{ t('upgrade_boxes_per_day', 'per day')|title }}

{% endif %}
  •   {{ t('secure_payment', 'secure payment')|title }}
  •   {{ t('safe_and_anonymous', '100% Safe & Anonymous')|title }}
  • {{ t('select_payment_method', 'Select Payment Method:')|title }}
{{ PluginHelper.outputPaymentLinks({'days': pricingRow['_days'], 'price': pricingRow['price'], 'user_level_pricing_id': pricingRow['id'], 'user_level_package_id': packageLevelId})|raw }}
{% endfor %}
{% if upgradePagePluginMiddle|length > 0 %} {% for pluginKey,upgradePagePluginMiddleItem in upgradePagePluginMiddle %} {{ upgradePagePluginMiddleItem['response_html']|raw }} {% endfor %} {% endif %} {% 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 %}