{% extends "saas/base.html" %} {% load saas_tags %} {% block saas_content %}

{{organization.printable_name}} Active Subscribers

{% for subscriber in subscribers %} {% for subscription in subscriber|active_with_provider:organization %} {% endfor %} {% empty %} {% endfor %}
Subscriber Plan Since Ends At
{{subscriber.printable_name}}
{{subscription.plan.title}} {{subscription.created_at|date:"d M Y"}} {{subscription.ends_at|date:"d M Y"}}
{% csrf_token %}
No Subscribers
{% include "paginator.html" %}
{% endblock %}