{% if snapshot.sections_truncated %}

Showing the first {{ snapshot.section_limit }} wall sections. Additional sections are not shown.

{% endif %} {% for section in snapshot.sections %}

{{ section.name }}

{% if section.chargers_truncated %}

Showing the first {{ section.charger_limit }} chargers in this section. Additional chargers are not shown.

{% endif %} {% if section.occupied_slots_truncated %}

Some chargers have more than {{ section.occupied_slot_limit }} occupied slots. Additional performers are not shown.

{% endif %} {% if section.performers %}
{% for charger_group in section.performers %} {% for performer in charger_group.performers %}
{% if snapshot.wall.show_performer_photos and performer.performer_photo %} {{ performer.performer_name }} {% else %}
No Photo
{% endif %}
{{ performer.performer_name }}
{% if performer.performer_title %}
{{ performer.performer_title }}
{% endif %}
{% if snapshot.wall.show_battery_levels %}
Battery
{{ performer.unit_battery_percent|default_if_none:"—" }}%
{% endif %} {% if snapshot.wall.show_rf_levels %}
RF
{{ performer.unit_rf_level|default_if_none:"—" }}
{% endif %} {% if snapshot.wall.show_audio_levels %}
Audio
{{ performer.unit_audio_level|default_if_none:"—" }}
{% endif %} {% if performer.channel %}
Freq
{{ performer.channel.frequency|default_if_none:"—" }}
{% endif %}
{% endfor %} {% endfor %}
{% else %}

No performers assigned

{% endif %}
{% empty %}

No active wall sections

{% endfor %}