{% load i18n smart_if %} {% if team_event_object.teameventcomment_set.all %}

{% blocktrans with team_event_object.teameventcomment_set.all.count as comment_count %} {{ comment_count }} Comments {% endblocktrans %}

    {% for comment in team_event_object.teameventcomment_set.all %}
  1. {% endfor %}
{% endif %}