{% if h.is_enabled_utilizations() %} {% extends "page.html" %} {% block styles %} {{ super() }} {% asset 'feedback/feedback-details-css' %} {% endblock %} {% block breadcrumb_content %}
  • {{ _('Utilization') }}
  • {{ _('Details') }}
  • {% endblock %} {% block title %}{{ _('Comment on Utilization') }} - {{ utilization.title }} - {{ utilization.package_name }} - {{ utilization.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-detail-js' %} {% if h.is_enabled_feedback_recaptcha() %} {% asset 'feedback/feedback-recaptcha-js'%} {% endif %} {% endblock -%} {% endif %}