{# kate: space-indent on; indent-width 2; replace-tabs on; hl Django HTML Template; #} {% load mumble_extras %} {% load staticfiles %}
{% for sub in Server.rootchan.subchans %} {% if sub.show %} {{ sub|chanview:MumbleAccount }} {% endif %} {% endfor %} {% for player in Server.rootchan.players %}{{ player|chanview }}{% endfor %}