{{ _('Datasets') }}
{% if user.datasets %} {% snippet 'snippets/package_list.html', packages=user.datasets %} {% else %} {% if c.is_myself %}{{ _("You haven\'t created any datasets.") }} {% link_for _('Create one now?'), controller='package', action='new' %}
{% else %}{{ _("User hasn\'t created any datasets.") }}
{% endif %} {% endif %} {% endblock %}