{% 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 sorted_by|sort_field == 'date_created' %} Created {{ switch.date_created|timesince }} ago {% else %} Last modified {{ switch.date_created|timesince }} ago {% endif %}
{% if switch.description %}
{{ switch.description }} {% endif %}
{% for group in switch.conditions %}
{% endfor %}
|
({{ switch.statusLabel }}) |