{% for pos in gate_positions %}
{{ pos.role_label }}

{% if pos.slot.gamer %}@{{ pos.slot.gamer.username|default:pos.slot.gamer.email }}{% else %}Empty Seat{% endif %}

{% endfor %}