{% load mumble_extras %}
{% if Player.isAuthed %} authed {% endif %} {% if Player.mute or Player.suppress %} muted {% endif %} {% if Player.deaf %} deafened {% endif %} {% if Player.selfMute %} self-muted {% endif %} {% if Player.selfDeaf %} self-deafened {% endif %} {% if Player.hasComment %} has comment {% endif %} Player {{ Player.name|trunc:30 }}