{% extends "contact/contact_form.html" %} {% block contact_form %} {% set form_post_url = h.url_for(controller='ckanext.kata.controllers:ContactController', action='send_request', pkg_id=c.pkg_id) %}

{{ _("On this page you can send a message to the owner of the dataset to request access to the material.") }}


{% endblock %}