{% 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(controller='ckanext.datapusher.plugin:ResourceDataController', action='resource_data', id=pkg.name, resource_id=res.id) %} {% set show_table = true %}
{% if status.error and status.error.message %} {% set show_table = false %}{{ _('Status') }} | {{ h.datapusher_status_description(status) }} | |
---|---|---|
{{ _('Last updated') }} | {% if status.status %}{{ h.time_ago_from_timestamp(status.last_updated) }} | {% else %}{{ _('Never') }} | {% endif %}
{{ item.message | urlize }}
{{ h.time_ago_from_timestamp(item.timestamp) }}
{{ _('Details') }}
{{ _('End of log') }}