{{segment.text}}

{% csrf_token %} {{ form.non_field_errors }} {{ form.as_p }}
{% comment %}
Subscription & Plan:
4 days remaining
{% endcomment %}
Your current plan is {{current_plan}}
{{current_plan.description}}
Billed Monthly for
${{current_plan.price}}
{% comment %} {% endcomment %}
{% for plan in plans %}
{{ plan.get_name_display }}
{{ plan.description }} User Limit: {% if plan.user_limit == 0 %} Unlimited {% else %} {{plan.user_limit}} {% endif %} Department Limit: {% if plan.department_limit == 0 %} Unlimited {% else %} {{plan.department_limit}} {% endif %} Vulnerability Limit: {% if plan.vulnerability_limit == 0 %} Unlimited {% else %} {{plan.vulnerability_limit}} {% endif %} Storage Limit: {% if plan.storage_limit == 0 %} Unlimited {% else %} {{plan.storage_limit}} {% endif %} GB Dashboard Access: {{ plan.dashboard_access|yesno:"Yes,No" }} API Access: {{ plan.api_access|yesno:"Yes,No" }} Advanced Support: {{ plan.advanced_support|yesno:"Yes,No" }}
${{ plan.price }} / Month
{% if form.subscription_plan.value == plan.id %}
{% endif %} {% if form.subscription_plan.value == plan.id %}
Current Plan
{%else%} {% endif %}
{% endfor %}