{% load i18n %}

{% translate 'Kommentare' %}

{% if adoption_notice.comments %} {% for comment in adoption_notice.comments %} {% include "fellchensammlung/partials/partial-comment.html" %} {% endfor %} {% else %}

{% translate 'Noch keine Kommentare' %}

{% endif %}