{{ _('Comments') }}
{{ h.get_resource_comments(resource.id) }}
{{ _('Comment') }}
{% if h.is_disabled_repeat_post_on_resource(pkg_dict.owner_org) %}{{ _('(In order to prevent potential spam, only a single comment is allowed per data resouce)') }}
{% endif %} {% if not cookie or not (h.is_disabled_repeat_post_on_resource(pkg_dict.owner_org)) %} {% if h.is_enabled_rating(pkg_dict.owner_org) %} {{ _('Rating') }} {% for i in range(5) %} {% endfor %}
{% else %}
{{ _('* You have already commented on this data resource') }}
{% endif %}{% if page.collection|length %}
{% endif %} {% for comment in page.collection %} {% set replies = h.get_comment_replies_for_display(comment.id, resource.package.owner_org) %}
{% endfor %} {% block page_pagination %} {{ page.pager(resource_id=resource.id) }} {% endblock %}
{% endif %} {% endfor %}
{% endif %} {% endfor %} {% endif %}