{# This template is shared by the desktop, mobile and kiosk versions of NEMO. #} {# It is included from templates/calendar/configuration.html for the desktop version #} {# from templates/mobile/new_reservation.html for the mobile version. #} {# and from templates/kiosk/tool_reservation.html for the kiosk version. #} {# If you modify this template then please check that all 3 versions work. #} {% load custom_tags_and_filters %}
{% for config in configurations %} {% if config.prompt %}

{{ config.prompt }}

{% endif %} {% if config|class_name != "ConfigurationPrecursor" %} {# Regular config #} {% if config.current_settings_as_list|length == 1 %} {% else %} {% if config.configurable_item_name %}{{ config.name }}:
{% endif %} {% for slot in config.range_of_configurable_items %}
{% endfor %} {% endif %} {% else %} {# Precursor #} {% with precursor_config=config %} {% if precursor_config.configurable_item_name %}{{ precursor_config.name }}:
{% endif %} {% for slot in precursor_config.configurationprecursorslot_set.all %}
{% if slot.permanent_setting %} {% endif %}
{% if slot.permanent_position %} {% endif %}

{% endfor %} {% endwith %} {% endif %}

{% endfor %}

{% if able_to_self_configure %}
{% endif %}