{% load i18n%}
{% for plan in plan_list %} {% endfor %} {% for quota_row in plan_table %} {% for plan_quota in quota_row.1 %} {% endfor %} {% endfor %} {% if user.is_authenticated %} {% for plan in plan_list %} {% endfor %} {% endif %} {% for plan in plan_list %} {% endfor %}
{% if plan.url %}{% endif %} {{ plan.name }} {% if plan == userplan.plan %} {% trans "Current Plan" %} {% endif %} {% if plan.url %}{% endif %}
{% if quota_row.0.url %}{% endif %} {{ quota_row.0.name }} {{ quota_row.0.description }} {% if quota_row.0.url %}{% endif %} {% if plan_quota != None %} {% if quota_row.0.is_boolean %} {% if plan_quota.value %}{% else %}{% endif %} {% else %} {% if plan_quota.value == None %}{% trans 'No Limit' %}{% else %}{{ plan_quota.value }} {{ quota_row.0.unit }}{% endif %} {% endif %} {% endif %}
{% trans 'Pricing' %}
{% if plan != userplan.plan and not userplan.is_expired and not userplan.plan.is_free %} {% trans "Change" %} {% endif %}
{% if plan.available %} {% else %} {% url 'upgrade_plan' as upgrade_url %} {% blocktrans %} This plan is not available anymore and cannot be extended.
You need to upgrade your account to any of currently available plans. {% endblocktrans %}
{% endif %}