diff --git a/templates/variants/montpellier/combo/wcs/form_categories.html b/templates/variants/montpellier/combo/wcs/form_categories.html index 792e734f..d318e7d0 100644 --- a/templates/variants/montpellier/combo/wcs/form_categories.html +++ b/templates/variants/montpellier/combo/wcs/form_categories.html @@ -59,12 +59,12 @@

Les démarches dans les autres communes

- {% for categories in form_categories.values|dictsort:"title" %} {% with categories.variables|get:"ou-label"|default:categories.title as commune_name %} {% if commune_name != request.session.mellon_session.city.0 and categories.slug != 'agglo' %} - + {% endif %} {% endwith %} {% endfor %} @@ -75,44 +75,12 @@

- -
- {% for slug, categories in form_categories.items %} - {% if categories.title != request.session.mellon_session.city.0 and slug != 'agglo' %} - - {% endif %} - {% endfor %} -
-