{% if adoption_notice.comments %}
{% for comment in adoption_notice.comments %}
{% include "fellchensammlung/partials/partial-comment.html" %}
{% endfor %}
{% else %}
{% translate 'Noch keine Kommentare' %}
{% endif %}
{% if user.is_authenticated %}
{% include "fellchensammlung/forms/form-comment.html" %}
{% else %}
{% translate 'Du musst dich einloggen um Kommentare zu hinterlassen' %}
{% endif %}
{% translate 'Comments' %}
{% if adoption_notice.comments %} {% for comment in adoption_notice.comments %} {% include "fellchensammlung/partials/partial-comment.html" %} {% endfor %} {% else %}{% translate 'Noch keine Kommentare' %}