{% extends '_base.html' %} {% load helpers %} {% block header %}
Name | {{ configcontext.name }} |
Weight | {{ configcontext.weight }} |
Description | {{ configcontext.description|placeholder }} |
Active | {% if configcontext.is_active %} {% else %} {% endif %} |
Regions |
{% if configcontext.regions.all %}
|
Sites |
{% if configcontext.sites.all %}
|
Roles |
{% if configcontext.roles.all %}
|
Platforms |
{% if configcontext.platforms.all %}
|
Tenant Groups |
{% if configcontext.tenant_groups.all %}
|
Tenants |
{% if configcontext.tenants.all %}
|
{{ configcontext.data|render_json }}