{{ session_name }}
{% if session_users %}
{% endif %}
{% if session_participants %}
{% endif %}
{% if session_devices %}
{% endif %}
{{ gettext('Users') }}
-
{% for user in session_users %}
- {{ user.user_name }} {% endfor %}
{{ gettext('Participants') }}
-
{% for part in session_participants %}
- {{ part.participant_name }} {% endfor %}
{{ gettext('Devices') }}
-
{% for device in session_devices %}
- {{ device.device_name }} {% endfor %}