Location Settings
{{ combos.render_combobox(
id='section',
options=sections,
label='Sections',
placeholder='Add a new section'
) }}
{{ combos.render_combobox(
id='function',
options=functions,
label='Functions',
placeholder='Add a new function'
) }}
{{ combos.render_combobox(
id='room',
options=rooms,
label='Rooms',
placeholder='Add a new room'
) }}