{% 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('datapusher.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.datapusher_status_description(status) }} | |
---|---|---|
{{ _('Last updated') }} | {% if status.status %}{{ h.time_ago_from_timestamp(status.last_updated) }} | {% else %}{{ _('Never') }} | {% endif %}