{{ self.admin_link() }}
{% endblock %}
{% endif %}
{% extends "source/base.html" %} {% block admin_link %} {{ h.nav_named_link(_('Admin'), '{0}_admin'.format(c.dataset_type), id=c.harvest_source.name, class_='btn btn-primary', icon='wrench')}} {% endblock %} {# CKAN 2.0 #} {% block actions_content %} {% if authorized_user %}
{{ h.markdown_extract(c.harvest_source.notes, 180) }} {{ h.nav_named_link(_('read more'), '{0}_about'.format(c.dataset_type), id=c.harvest_source.name) }}
{% else %}{{ _('There is no description for this harvest source') }}
{% endif %}