{% extends "package/base.html" %} {% set logged_in = true if c.userobj else false %} {% set res = resource %} {% block breadcrumb_content_selected %}{% endblock %} {% block breadcrumb_content %} {{ super() }} {% if res %}
{{ ''.join(status.task_info.error) }}
{% endif %}
| {{ _('Status') }} | {{status.status}} | |
|---|---|---|
| {{ _('Last updated') }} | {% if status.status %}{{ h.time_ago_from_timestamp(status.last_updated) }} | {% else %}{{ _('Never') }} | {% endif %}