{% extends "switchboard_template.html" %} {% block head %} {{ super() }} {% endblock %} {% block body_end %} {% 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_modified|timesince }} ago {% endif %}
{% if switch.description %}
{{ switch.description }} {% endif %}
{% for group in switch.conditions %}
{% endfor %}
|