parent
fb2f4e9bcd
commit
b32015fa7d
3
po/de.po
3
po/de.po
@ -401,3 +401,6 @@ msgstr ""
|
||||
|
||||
msgid "Save settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "No comments yet. Be the first to react!"
|
||||
msgstr ""
|
||||
|
3
po/en.po
3
po/en.po
@ -388,3 +388,6 @@ msgstr ""
|
||||
|
||||
msgid "Save settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "No comments yet. Be the first to react!"
|
||||
msgstr ""
|
||||
|
3
po/fr.po
3
po/fr.po
@ -397,3 +397,6 @@ msgstr ""
|
||||
|
||||
msgid "Save settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "No comments yet. Be the first to react!"
|
||||
msgstr ""
|
||||
|
3
po/pl.po
3
po/pl.po
@ -406,5 +406,8 @@ msgstr ""
|
||||
msgid "Save settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "No comments yet. Be the first to react!"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Logowanie"
|
||||
#~ msgstr "Zaloguj się"
|
||||
|
@ -381,3 +381,6 @@ msgstr ""
|
||||
|
||||
msgid "Save settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "No comments yet. Be the first to react!"
|
||||
msgstr ""
|
||||
|
@ -70,11 +70,15 @@
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
<div class="list">
|
||||
{% for comment in comments %}
|
||||
{{ macros::comment(comm=comment) }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% if comments | length > 0 %}
|
||||
<div class="list">
|
||||
{% for comment in comments %}
|
||||
{{ macros::comment(comm=comment) }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% else %}
|
||||
<p class="center">{{ "No comments yet. Be the first to react!" | _ }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
Loading…
Reference in New Issue
Block a user