2013-02-08 13:15:14 +01:00
|
|
|
{% extends "source/read_base.html" %}
|
2012-12-05 16:47:02 +01:00
|
|
|
|
2013-02-08 13:15:14 +01:00
|
|
|
{% block primary_content_inner %}
|
|
|
|
<section class="module-content">
|
2015-06-10 13:14:20 +02:00
|
|
|
<h1 class="hide-heading">{{ _('Datasets') }}</h1>
|
2013-02-08 13:15:14 +01:00
|
|
|
{{ h.package_list_for_source(source.id) }}
|
|
|
|
</section>
|
2012-12-05 16:47:02 +01:00
|
|
|
{% endblock %}
|