{% trans %}Harvesting Sources{% endtrans %}
{% if c.status %}{{ _('Status') }}:
{{ h.literal(c.status) }}{{ _('View') }} | {{ _('Edit') }} | {{ _('Refresh')}} | URL | {# TRANSLATORS: Appears in harvest source table for the type of harvester #}{{ _('Type')}} | {# TRANSLATORS: Appears in harvest source table 'is Active' #}{{ _('Active')}} | {{ _('Statistics') }} | {# TRANSLATORS: Appears in harvest source table 'date of next harvest #}{{ _('Next Harvest') }} | {# TRANSLATORS: Appears in harvest source table date created #}{{ _('Created') }} | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ source['publisher_title'] }} | {% else %}{{ source['publisher_id'] }} | {% endif %}||||||||||||||||
{{ source.url | truncate(50) }} | {{ source.type }} | {{ source.active }} | {% if 'msg' in source.status %}{{ source.status.msg }} | {{ source.status.msg }} | {% else %}Datasets: {{ source.status.overall_statistics.added }} Last errors: {{ source.status.last_harvest_statistics.errors }} |
{{ source.status.next_harvest }} | {% endif %}{{ h.render_datetime(source.created) }} |