{{ pkg.title or pkg.name }} {% if pkg.state.startswith('draft') %} [{{ _('Draft') }}] {% endif %}
{% if c.pkg_notes_formatted %} {% endif %}Data and Resources
{% if pkg.resources %}-
{% for res in pkg.resources %}
{% snippet 'package/snippets/resource_item.html', pkg=pkg, res=res %}
{% endfor %}
{% trans url=h.url_for(controller='package', action='new_resource', id=pkg.name) %} This dataset has no data{#, why not add some?#} {% endtrans %}
{% endif %}