{% extends "user/dashboard.html" %} {% set dataset_type = h.default_package_type() %} {% block page_primary_action %} {% if h.check_access('package_create') %} {# REMOVES CALL TO {snippet 'snippets/add_dataset.html' } #} {% endif %} {% endblock %} {% block primary_content_inner %}
{{ _('You haven\'t created any datasets.') }} {% if h.check_access('package_create') %} {% link_for _('Create one now?'), named_route=dataset_type ~ '.new' %} {% endif %}
{% endif %} {% endblock %}