{% extends "customer_main.html" %} {%load static%} {% block modules_section %} {% endblock modules_section %} {% block content %}

Basic

$0

{% if not active_order_item_basic %} {% else %} {% endif %}

View Features

Best Value

Standard

$9/month

{% if not active_order_item_standard %} {% else %} {% endif %}

View Features

Premium

$29/month

{% if not active_order_item_premium %} {% else %} {% endif %}

View Features

{% endblock %}