{% load dashboard thumbnail %} {% if not in_dashboard %}

Délibérations communales

Lorem ipsum...
{% with tile=cell|as_dashboard_cell:request.user %} {% endwith %}
{% else %}

Délibérations communales

{% for entry in json.items|slice:":5" %}

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