{% load mumble_extras %}
{% if Channel.linked %} linked channel {% else %} channel {% endif %} {{ Channel.name|trunc:30 }} {% for sub in Channel.subchans %} {% if sub.show %} {{ sub|chanview:MumbleAccount }} {% endif %} {% endfor %} {% for player in Channel.players %}{{ player|chanview }}{% endfor %}