{% if h.is_enabled_resources() %} {% extends "package/base.html" %} {% block styles %} {{ super() }} {% asset 'feedback/feedback-comment-css' %} {% endblock %} {% block breadcrumb_content_selected %} class="inactive"{% endblock %} {% block title %}{{ _('Comment on Resource') }} - {{ pkg_dict.title }} - {{ resource.name }} - CKAN{% endblock %} {% block primary %}

{{ _('Suggested comment content') }}



{{ _("Your input may be considered inappropriate.\n" "We will suggest a comment that relaxes the wording based on the input comments.\n" "Please select the comments you would like to submit.\n" "You can also edit each comment.") }}


{{ _('Input Comments') }}
{{ _('Proposal Comments') }}
0/1000
{% if h.is_base_public_folder_bs3() %} {% else %} {% endif %}
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 %}