+ <article class="cell{% if l.count is defined and l.count or location.id is defined and location.id == l.id or session.location.id is defined and session.location.id == l.id %} highlight{% endif %}">
+ <header>
+ {# TODO XXX virer le if l.link id defined when user view is fixed !!! #}
+ <h3><a href="{{ l.link }}">{% if multimap is defined and multimap %}{{ i }} {% endif %}{{ l.title }}</a></h3>
+ </header>
+ {% if forms.snippets[i] is defined and forms.snippets[i] %}
+ {{ form_start(forms.snippets[i]) }}
+ <div>
+ {% if forms.snippets[i].description is defined %}