{% if h.is_enabled_resources() %} {% extends "package/base.html" %} {% block styles %} {{ super() }} {% asset 'feedback/feedback-comment-css' %} {% endblock %} {% block title %}{{ _('Comment on Resource') }} - {{ pkg_dict.title }} - {{ resource.name }} - CKAN{% endblock %} {% block primary %}
{{ _('Would you like to post a comment with the following content?') }}