{% extends "package/read_base.html" %} {% import 'macros/form.html' as form %} {% block primary_content_inner %}
{{ _('Status') }} | {{status.status}} | |
---|---|---|
{{ _('Last updated') }} | {% if status.status %}{{ h.time_ago_from_timestamp(status.last_updated) }} | {% else %}{{ _('Never') }} | {% endif %}