{% extends 'organization/edit_base.html' %} {% block subtitle %}{{ _('Harvest Sources') }} - {{ super() }}{% endblock %} {% block primary_content_inner %}

{{ _('Harvest Sources') }}

{{ _('Add Harvest Source') }}

{%- if c.page.item_count -%} {{ c.page.item_count }} harvest sources{{ _(" found for \"{query}\"").format(query=c.q) if c.q }} {%- elif request.params -%} {{ _('Sorry no harvest sources found for "{query}"').format(query=c.q) }} {%- else -%} {{ _('Harvest Sources') }} {%- endif -%}

{% if c.page.item_count %} {% snippet 'snippets/source_list.html', sources=c.page.items, within_organization=true %} {% else %}

{{ _('Sorry no harvest sources found') }}

{% endif %}
{{ c.page.pager() }} {% endblock %}