{% extends "package/base.html" %} {% block subtitle %}{{ _('Request Access') }}{% endblock %} {% block breadcrumb_content %} {% set dataset = pkg.title or pkg.name %} {% if pkg.organization %} {% set organization = pkg.organization.title or pkg.organization.name %}
  • {% link_for _('Organizations'), controller='organization', action='index' %}
  • {% link_for organization|truncate(30), controller='organization', action='read', id=pkg.organization.name %}
  • {% else %}
  • {% link_for _('Datasets'), controller='package', action='search' %}
  • {% endif %}
  • {% link_for dataset|truncate(30), controller='package', action='read', id=pkg.name %}
  • {{ _('Request Access') }}
  • {% endblock %} {% block primary_content_inner %} {% endblock %} {% block secondary_content %}

    {{ _('How to get access to data resources?') }}

    {% trans %} Some data in EnviDat has restricted access due to embargo periods, sensitivity of the data, unpublished material, etc. Please fill up this form to send a mail request to the dataset maintainer indicating as detailed as possible who you are and what do you plan to use the data for. {% endtrans %}

    {% endblock %}