{% extends "layout.html" %} {% block content %}

Subscriptions

{% for sub in model.subscriptions %} {% endfor %}
Subscription ID Name
{{sub.id}} {{sub.name}}

Tenants

{% for tenant in model.tenants %} {% endfor %}
Tenant ID
{{tenant}}
{% endblock %}