{% load i18n comments %}
{% get_comment_count for link as comment_count %}

{% blocktrans count count=comment_count %}{{ comment_count }} comment.{% plural %}{{ comment_count }} comments.{% endblocktrans %}

{% render_comment_list for link %}
{% render_comment_form for link %}