{% extends "user/dashboard.html" %} {% block dashboard_activity_stream_context %}{% endblock %} {% block add_action_content %} {% if h.check_access('package_create') %}
{{ _('You haven\'t created any datasets.') }} {% if h.check_access('package_create') %} {% link_for _('Create one now?'), controller='package', action='new' %} {% endif %}
{% endif %} {% endblock %}