{% comment %} {% endcomment %} {% load mumble_extras %} {% load staticfiles %} {% load i18n %}
{% if Player.isAuthed %} authed {% endif %} {% if Player.mute %} muted {% endif %} {% if 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 %} {% if Player.isTalking %} Player {% else %} Player {% endif %} {{ Player.name|trunc:30 }}