{% if h.is_enabled_resources() %} {% extends "page.html" %} {% block styles %} {{ super() }} {% asset 'feedback/feedback-details-css' %} {% endblock %} {% block title %}{{ _('Comment on Resource') }} - {{ resource.title }} - {{ resource.package_name }} - {{ resource.resource_name }} - CKAN{% endblock %} {% block primary %}

{{ _('Please confirm') }}


{{ _( "Please note that if your comment is intended to hurt anyone or contains " "discriminatory, violent, sexual, or self-harming content, you may cause negative " "effects on yourself or others by posting your comment.
" "If your comment contains such content, you can edit it here." ) }}


0/1000

{% if h.is_base_public_folder_bs3() %} {% else %} {% endif %}
{% endblock -%} {% block secondary %}{% endblock %} {%- block scripts %} {{ super() }} {% asset 'feedback/feedback-comment-js' %} {% if h.is_enabled_feedback_recaptcha() %} {% asset 'feedback/feedback-recaptcha-js'%} {% endif %} {% endblock -%} {% endif %}