{% extends "combo/dashboardcell.html" %} {% load i18n %} {% block cell-content %} {% comment %}{% if not tiles|length %}{% endcomment %}

Votre fil d'actu

Personnaliser cet espace depuis la page « Mon compte ».

{% comment %}{% endif %}{% endcomment %} {% for tile in tiles %} {% with cell=tile.cell %}
{{ cell.loading_message }}
{% endwith %} {% endfor %} {% endblock %}