{% load i18n %} {% if team_event_object.teameventcomment_set.all %} {% for comment in team_event_object.teameventcomment_set.all %} {% endfor %}
{{comment.comment}}
{% endif %}