{% extends "page.html" %} {% import "_dgu_jinja_util.html" as m with context %} {% block title %}Podrobnosti vira zunanjega zajema - {{ super() }}{% endblock %} {% block optional_head %} {% endblock %} {% block breadcrumb_content %}
ID | {{c.source.id}} | |
---|---|---|
URL naslov | {{c.source.url}} | |
Tip | {{c.source.type}} | |
Pogostost osveževanja | {{(c.source.frequency or '').capitalize()}} | |
Aktiven | {%if c.source.active%}Da{% else %}Ne{% endif %} | |
Ime | {{c.source.title}} | |
Opis | {{c.source.description}} | |
Dodatna konfiguracija | {% if c.source.config %}{{c.source.config}} | {% else %}- | {% endif %}
Organizacija | {% if c.source.publisher_title %} {{c.source.publisher_title}} {% else %} {{c.source.publisher_id}} {% endif %} | |
Ustvarjen | {{h.render_datetime(c.source.created, with_hours=True)}} | |
Št. zajemov | {{c.source.status.job_count}} | |
Status |
{% if c.source.status.running_job or c.source.status.last_job%}
{% if c.source.status.running_job%}
Zajem v poteku: {{h.literal(c.source.status.running_job)}}
Zadnji zajem: {% if c.source.status.last_job %} Zajem {% if not c.source.status.running_job%} zaključen {% endif %} - {% if not c.source.status.last_job.stats.get('errored') %} ni napak {% else %} Št. napak: {{c.source.status.last_job.stats.get('errored', 0)}} {% endif %} {% if c.source.status.running_job %} do sedaj {% endif %} {% if c.source.status.last_job.gather_errors|length>0 %} Napake zajema
{% endif %} {% endif %} {% if not (c.source.status.running_job or c.source.status.last_job)%} Zajem še ne poteka {% endif %} |
|
Naslednji zajem: |
{% if c.source.next_run%}
Naslednji avtomatski zajem: {{h.render_datetime(c.source.next_run, with_hours=True)}}
{% endif %}
{% if c.source.status.next_harvest_job %}
Načrtovan začetek v 10 minutah.
{% endif %}
|
|
Skupno število zbirk (iz vseh zajemov) | {{c.source.status.total_datasets}} | |
Zbirke |
{% if job_detail %}
Preden se te zbirke ali njihove spremembe pojavijo na portalu in med rezultati iskalnika, lahko še preteče okoli 10 minut.
{% endif %}
Skupno {{c.page.item_count}} zbirk. {% for item in c.page.items %} {% endfor %} {{ m.paginator(c.page)}} |