{% load dashboard thumbnail %} {% if not in_dashboard %} {% with actualites=json.data|get:slug %}

{{actualites.label}}

{{actualites.description}}
{% with tile=cell|as_dashboard_cell:request.user %} {% endwith %}
{% endwith %} {% else %} {% with actualites=json.data|get:slug %} {% if actus.data %} {% endif %} {% for actu in actus.data %}
{% thumbnail actu.image "160x160" crop="50% 25%" as im %} {% endthumbnail %}

{{actu.title}}

{{actualites.label}} - {{ actu.date|parse_date|date:"d/m/Y" }}

{{actu.description}}

{% endfor %} {% if actus.data %} {% endif %} {% endwith %} {% endif %}