{% extends "source/read_base.html" %} {% block primary_content_inner %} {{ harvest_source.title or harvest_source.name }} {% if harvest_source.notes %} {{ h.markdown_extract(harvest_source.notes)|urlize }} {% else %} {{ _('There is no description for this harvest source') }} {% endif %} {% snippet "package/snippets/additional_info.html", pkg_dict=harvest_source %} {% endblock %}
{{ h.markdown_extract(harvest_source.notes)|urlize }}
{{ _('There is no description for this harvest source') }}