{{ snapshot.name|default:"Default Section" }}

{% if snapshot.chargers_truncated %}

Showing the first {{ snapshot.charger_limit }} chargers. Additional chargers are not shown.

{% endif %} {% if snapshot.occupied_slots_truncated %}

Some chargers have additional occupied slots. Additional performers are not shown.

{% endif %}
{% for charger_group in snapshot.performers %}

{{ charger_group.charger.name }}

    {% for performer in charger_group.performers %}
  • {{ performer.performer_name|default:"Unassigned performer" }} {% if performer.performer_title %} {{ performer.performer_title }} {% endif %} {% if performer.unit_battery_percent != None %} Battery: {{ performer.unit_battery_percent }}% {% endif %} {% if performer.unit_rf_level != None %} RF: {{ performer.unit_rf_level }} {% endif %}
  • {% empty %}
  • No performers assigned
  • {% endfor %}
{% empty %}

No performers assigned

{% endfor %}