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

{{ _('Last Harvest Job') }}

{% if harvest_source.status and harvest_source.status.last_job %} {% snippet "snippets/job_details.html", job=harvest_source.status.last_job %}
{{ _('View full job report') }}
{% else %}

{{ _('No jobs yet for this source') }}

{% endif %}
{% endblock %}