calendar-social/calsocial/templates/notifications.html

10 lines
183 B
HTML

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