{% extends "source/read_base.html" %} {% block primary_content_inner %}

{{ source.title or source.name }}

{% if source.notes %}

{{ h.markdown_extract(source.notes)|urlize }}

{% else %}

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

{% endif %}
{% snippet "package/snippets/additional_info.html", pkg_dict=source %} {% endblock %}