Create Session:

{{ session_name }}*

{{ booking.owner.name }}

{# #}
{{ booking.resource.name }}
{{ booking.resource.name }}
{% for c in cameras %} {% set checked = 'checked' if loop.index == 1 else '' %} {% endfor %}
{% for p in processing %} {% set checked = 'checked' if loop.index == 1 else '' %} {% endfor %} {% for p in processing %}
{% for step_options in p['steps'] %}
{{ step_options['name'] }}:
{% for o in step_options['options'] %} {% set checked = 'checked' if loop.index == 1 else '' %} {% endfor %}
{% endfor %}
{% endfor %}