{% extends "base.html" %} {% block localheader %} {% if STRIPE_PUB_KEY %} {% endif %} {% endblock %} {% block content %}
{% block sidebar %} {# Subscriptions for the organization #}
Profile | Billing | Subscriptions {% if urls.organization.roles %} {% for role_title, role_url in urls.organization.roles|iteritems %} | {{role_title}}s {% endfor %} {% endif %} {% if urls and urls.organization and urls.organization.role_description %} | Roles {% endif %}
{% if urls.provider %}
{# We are dealing with the site owner. #} Dashboard | Coupons | Funds | Revenue | Plans | Subscribers | Charges
{% endif %} {% endblock %}
{% block saas_content %}{% endblock %}
{% endblock %} {% block bodyscripts %} {% if VUEJS %} {% endif %} {% block saas_bodyscripts %}{% endblock %} {% endblock %}