{% 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

{% 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 %}

Aucune.

{% endfor %} {% if plone_deliberations_url %}
Toutes les délibérations

{% endif %} {% endif %}