{% load combo %}
{% for notif in json.notifications %} {% if forloop.counter < 4 %}
{{notif.publicationDate|strptime:"%a %b %d %H:%M:%S %Z %Y"|date:"d.m"}}
{{notif.title}}
{% else %} {# insert html element so they can be counted #} {% endif %} {% endfor %}
Voir toutes