{% extends 'base.html' %} {% block content_inner %}
{% for output in data.outputs %}
Set for:
{% for channel in data.channels %}
Channel {{channel.channel}}
{% endfor %}
- {% if output.name %}{{output.name}}{% else %}System Default Output{% endif %}
{% endfor %}
{% endblock %}