{% load dashboard static thumbnail %} {% load combo assets %} {% if not in_dashboard %}

Délibérations communales

{% if json.meta.description %}
{{json.meta.description}}
{% endif %}
{% with tile=cell|as_dashboard_cell:request.user %} {% endwith %}
{% else %}

Délibérations communales

{% comment %} The endpoint used to fetch the data is set in the config.json, at the custom JSON cell definition (see "deliberations-communales" : "url" which is probably a HOBO var).{% endcomment %} {% for entry in json.data %}

Séance du {{ entry.title }}


{% if entry.review_state == 'decision' %} Décision {% elif entry.review_state == 'in_project' %} Projet de décision {% endif %}

{% empty %}

Retrouvez ici les délibérations communales de votre administration.
Il n'y a aucune publication actuellement.

{% endfor %} {% if plone_deliberations_url %}

Consulter toutes les délibérations

{% endif %} {% endif %}