{% extends "saas/base.html" %} {% block saas_content %} {% for subscription in object_list %} {% empty %} {% endfor %}
Subscribed to Until
{{ subscription.plan.organization}}'s {{subscription.plan.slug}} {{subscription.ends_at}} {% if subscription.is_locked %} {% with subscription.charge_in_progress as charge %} {% if charge %} Charge in progress {% else %} Unlock {% endif %} {% endwith %} {% endif %}
No Subscriptions
{% endblock %}