feat: Show "No notifications" message
This commit is contained in:
parent
858c6d4468
commit
5a4720c41c
@ -1,5 +1,10 @@
|
|||||||
|
{% load i18n %}
|
||||||
<div class="container-cards">
|
<div class="container-cards">
|
||||||
{% for notification in notifications %}
|
{% if notifications %}
|
||||||
{% include "fellchensammlung/partials/partial-notification.html" %}
|
{% for notification in notifications %}
|
||||||
{% endfor %}
|
{% include "fellchensammlung/partials/partial-notification.html" %}
|
||||||
|
{% endfor %}
|
||||||
|
{% else %}
|
||||||
|
<p>{% translate 'Keine ungelesenen Benachrichtigungen' %}</p>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user