{% extends "package/base_form_page.html" %} {% block primary_content %} {% block page_header %}{% endblock %}
{% block primary_content_inner %} {% if h.check_access('organization_create') %} {{ ui.alert(_('Before you can create a dataset you need to create an organization.'), style="warning") }} {{ ui.button(_('Create a new organization'), href=h.url_for('organization.new')) }} {% else %} {%- call ui.util.call(ui.alert, style="danger") -%}

{{ _('There are no organizations to which you can assign this dataset.') }}

{{ _('Ask a system administrator to create an organization before you can continue.') }}

{%- endcall %} {% endif %} {% endblock %}
{% endblock %}