{% for notif in notifications %}
<div class="notif-item notif-{{ notif.category or 'info' }}">
<span class="notif-cat">{{ notif.category }}</span>
{{ notif.message }}
</div>
{% endfor %}