{% trans %}
Datasets are simply used to group related pieces of data. These
can then be found under a single url with a description and
licensing information.
{% endtrans %}
{% endblock %}
{% block resources_module %}
{# TODO: Pass in a list of previously created resources and the current package dict #}
{% snippet "package/snippets/resources.html", pkg={}, action='new_resource' %}
{% endblock %}
{% endblock %}