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