{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans 'Manage Upgrades' %}{% endblock %} {% block extra_css%}{% include "purist/spinner.html" %}{% endblock %} {% block header %}{% trans 'Manage Upgrades' %}{% endblock %} {% block byline %} {% if can_upgrade %} {% trans 'You are currently on' %} {{ current_bdl }} {% trans 'bundle.' %} {% endif %} {% endblock %} {% block content %} {% if has_pending_changes %}
{% trans 'Your change from ' %} {{ from_bdl }} {% trans ' to ' %} {{ to_bdl }} {% trans 'was successful.' %}
Use this link to pay.
{% trans 'After payment is done your account will be updated in few minutes.' %} {% elif can_upgrade %} {% if not invitees_clean %}
{% trans 'You cannot downgrade while one or more invitees are missing a recovery address. Please prompt them to update their details or contact support.' %}
{% else %}Please wait ...