Notification: add a counter for notifications

This commit is contained in:
2022-01-04 16:44:01 +01:00
parent 5bb5468198
commit 3a207b2c5d
12 changed files with 211 additions and 29 deletions

View File

@@ -65,7 +65,7 @@
{% endfor %}
{% endif %}
{% if appendCommentForm is defined %}
{% if appendCommentForm is not null %}
<div>
{{ form_start(appendCommentForm) }}
{{ form_widget(appendCommentForm) }}