{% extends "package/resource_edit_base.html" %} {# if there is an operation in progress, refresh the page every 30 seconds #} {% if stats and stats[-1].in_progress %} {% set refresh_interval = 30 %} {% else %} {% set refresh_interval = 0 %} {% endif %} {% block meta %} {{ super() }} {% if refresh_interval > 0 %} {% endif %} {% endblock %} {% block subtitle %}{{ h.dataset_display_name(pkg) }} - {{ h.resource_display_name(res) }}{% endblock %} {% block primary_content_inner %} {% block datastore_actions %}
{{ h.get_stat_title(stat) }} {{ h.time_ago_from_timestamp(stat.start) }}
{% snippet 'package/snippets/' + stat.type + '_message.html', stat=stat %}
{{ _("Show more details") }}{{ _("Type") }} | {{ stat.type }} |
---|---|
{{ _("Version") }} | {{ stat.version }} |
{{ _("Start") }} | {{ stat.start }} |
{{ _("End") }} | {{ stat.end }} |