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

{{ config.prompt }}

{% endif %} {% if config.current_settings_as_list|length == 1 %} {% else %} {{ config.name }}:
{% for slot in config.range_of_configurable_items %}
{% endfor %} {% endif %}

{% endfor %}

{% if able_to_self_configure %}
{% endif %}