calendar-social/calsocial/templates/notifications.html

10 lines
183 B
HTML
Raw Normal View History

{% extends 'base.html' %}
{% block content %}
{% for notif in notifs %}
{{ notif.html }}<br>
2018-07-13 08:19:37 +00:00
{% else %}
{% trans %}Nothing to show.{% endtrans %}
{% endfor %}
{% endblock content %}