{% extends "source/base.html" %} {% block secondary_content %}

{{ harvest_source.title }}

{% if harvest_source.notes %}

{{ h.markdown_extract(harvest_source.notes, 180) }} {{ h.nav_link(_('read more'), named_route='harvester.about', id=harvest_source.name) }}

{% else %}

{{ _('There is no description for this harvest source') }}

{% endif %}
{{ _('Datasets') }}
{{ h.package_count_for_source(harvest_source.id) }}
{% endblock %} {% block primary_content %}
{% block page_header %} {% endblock %} {% block primary_content_inner %}{% endblock %}
{% endblock %}