{% 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 %}
  • {{ _('Request edit rights') }}
  • {% endblock %} {% block primary_content %}

    {{ _('Request edit rights') }}

    {% if c.package_owner %}

    {{ _('If you wish, you can click the button below, and a request for editing access will be sent to the owner of the dataset.') }}

    {{ _('Send') }}

    {% else %}

    {{ _('This dataset does not have an owner. No request for editing access can be sent. Sorry.') }}

    {% endif %}
    {% endblock %}