{% extends "pbp_store/store_base.html" %} {% load i18n %} {% load url from future %} {% load storefront_tags pbp_core_tags account_tags %} {% block style %}{{ block.super }} {% endblock style %} {% block right-side %}{% endblock right-side %} {% block body %}

Account

NOTE: We have streamlined our online store and are no longer using customer accounts for our storefront.
This admin section is provided for reference for previous orders only
and does not include any orders placed after Nov. 20, 2013.

{% trans "Subscriptions" %}

{% subscription_table request.user %}

{% trans "Subscription Renewals" %}

{% renewal_table request.user %}

{% trans "Orders" %}

{% order_table request.user %}
{% endblock body %}