{% extends 'base.html' %} {% block content %} {% for notif in notifs %} {{ notif.html }}
{% else %} {% trans %}Nothing to show.{% endtrans %} {% endfor %} {% endblock content %}