{% extends "base.html" %} {% load i18n %} {% load static %} {% load extrafilters %} {% comment %} layerindex-web - updates list page template Copyright (C) 2016 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}
Update date | Time | Errors | Warnings |
---|---|---|---|
{{ update.started }}{% if update.reload %} (reload){% endif %} {% if update.finished and update.retcode %}{% if update.retcode < 0 %}TERMINATED{% elif update.retcode %}FAILED{% endif %}{% endif %} | {% if update.finished %}{{ update.started|timesince2:update.finished }}{% else %}(in progress){% endif %} | {% if error_count %}{{ error_count }}{% endif %} | {% if warning_count %}{{ warning_count }}{% endif %} |