{% extends 'base.html' %} {% load i18n static %} {% load custom_filters %} {% block title %} {% trans 'Upgrade Plan' %} {% endblock %} {% block customCSS %} {% endblock customCSS %} {% block content %}

{{ _("Choose Your Plan") }}

{% csrf_token %}

1. {{ _("Select a Plan") }}

{% for pp in plan_list %}
{% endfor %}

2. {{ _("Enter Your Information") }}

3. {{ _("Payment Information") }}

4. {{ _("Confirm Your Information") }}

{{ _("Order Summary") }}
{{ _("Plan") }}:
{{ _("Price") }}:
{{ _("VAT") }} (15%): 0.00
{{ _("Total") }}: 0.00

{{ _("User Information") }}
{{ _("Name") }}:
{{ _("Email") }}:
{{ _("Company") }}:
{{ _("Phone") }}:

{{ _("Payment") }}
{{ _("Cardholder") }}:
{{ _("Card Number") }}:
{{ _("Expiry") }}:
{% endblock content %} {% block customJS %} {% endblock customJS %}