{% 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

$7/month

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

View Features

Premium

$24/month

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

View Features

{% endblock %}