{% extends "page.html" %} {% block breadcrumb_content %}
  • {% link_for _('Datasets'), controller='package', action='search', highlight_actions = 'new index' %}
  • {% link_for h.dataset_display_name(c.package)|truncate(15), controller='package', action='read', id=c.pkg_id %}
  • {{ _("Contact") }}
  • {% endblock %} {% block primary_content %}

    {{ _('Contact distributor') }}

    {% block contact_form %} {% set form_post_url = h.url_for(controller='ckanext.kata.controllers:ContactController', action='send_contact', pkg_id=c.pkg_id) %}
    {#

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

    #}

    {% endblock %}
    {% endblock %}