{% extends "package/resource_edit_base.html" %} {% block subtitle %}{{ h.dataset_display_name(pkg) }} - {{ h.resource_display_name(res) }}{% endblock %} {% block primary_content_inner %} {% set action = h.url_for('xloader.resource_data', id=pkg.name, resource_id=res.id) %} {% set show_table = true %}
{% if status.error and status.error.message %} {% set show_table = false %}{{ ''.join(status.task_info.error) }}{% endif %}
{{ _('Status') }} | {{ h.xloader_status_description(status) }} | |
---|---|---|
{{ _('Last updated') }} | {% if status.status %}{{ h.time_ago_from_timestamp(status.last_updated) }} | {% else %}{{ _('Never') }} | {% endif %}
{% for line in item.message.strip().split('\n') %}
{{ line | urlize }}
{% endfor %}
{{ h.time_ago_from_timestamp(item.timestamp) }}
{{ _('Details') }}
{{ _('End of log') }}