{% extends "nexus/module.html" %} {% load gargoyle_helpers %} {% block head %} {{ block.super }} {% endblock %} {% block content %}
{% if switch.label %}{{ switch.label }}{% else %}{{ switch.key|title }}{% endif %} ({{ switch.key }}){% if switch.description %}{{ switch.description }} {% endif %}
{% 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 %} (Disabled for everyone) {% endif %} {% else %} (Disabled for everyone) {% endif %}{% endif %} |