{% 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 %}

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


    {{ _('Would you like to post a comment with the following content?') }}



    {% for category in categories %} {% if category.name == selected_category %} {{ _(category.value) }} {% endif %} {% endfor %}

    {{ content }}

    {% 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 %}