{% extends "multitenancy/admin/base.html" %} {% block page_title %}Manage Subscriptions{% endblock page_title %} {%block breadcrumbs%} {% endblock%} {% block main_content %}

Subscription Details

{%if filter.qs %} {% for tenant in filter.qs%} {% endfor %} {%else%} {%endif%}
ID Domain Plan Date Created Date Modified Action
{{tenant.id}} {{tenant.slug}} {{tenant.type}} {{tenant.created}} {{tenant.modified}} Upgrade Cancel There are no records to display
{% endblock main_content %} {%block custom_js%} {%endblock%}