{% extends "pylucid/css_anchor_div.html" %} {% load comments %} {% block plugin_content %} {% get_comment_count for object2comment as comment_count %}
{% blocktrans with object2comment.get_name as name count comment_count as counter %} {{ counter }} comment for '{{ name }}': {% plural %} {{ counter }} comments for '{{ name }}': {% endblocktrans %} {% render_comment_list for object2comment %} {% trans "Leave a comment" %}
{% endblock plugin_content %}