{% load i18n %} {% if team_event.comments_set %}

{% blocktrans count team_event.comments_set.count as comment_count %}{{ comment_count }} Comment{% plural %}{{ comment_count }} Comments{% endblocktrans %}

    {% for comment in team_event.comments_set %}
  1. {% endfor %}
{% endif %}