{% if global_context.form_var_commune and toodego_code_operateurs__json|get:global_context.form_var_commune and not global_context.form_option_commune_pas_operateur == "oui" %} {% with toodego_code_operateurs__json|get:global_context.form_var_commune|get:"code" as code_operateur %}

{{ global_context.form_var_commune }}

{% endwith %} {% elif global_context.form_slug %} {% with service_id=gnm_commune|add:":"|add:global_context.form_slug %} {% with toodego_service=data_source.services_toodego|get:service_id %} {% if toodego_service %}

{{ toodego_service.operateur_label }}

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