{% extends 'base.html' %} {% block content_inner %}

Audio Outputs

{% 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 %}