{% extends "nexus/module.html" %} {% load gargoyle_helpers %} {% block head %} {{ block.super }} {% endblock %} {% block content %}
{{ switch.label }} ({{ switch.key }}){{ switch.description }}
{% for group in switch.conditions %}
{% endfor %}
|
{% if switch.status == 3 %} (Active for everyone) {% else %}{% if switch.status == 2 %} {% if switch.conditions %} (Active for conditions) {% else %} (Active for everyone) {% endif %} {% else %} (Disabled for everyone) {% endif %}{% endif %} |