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