{% extends "base.html" %} {% load i18n %} {% comment %} layerindex-web - update page Copyright (C) 2016 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}

{{ update.started }} {% if update.reload %}(reload){% endif %}

{% if update.log %}
{{ update.log }}
{% endif %} {% for layerupdate in layerupdates %}

{{ layerupdate.layerbranch.layer.name }} {{ layerupdate.layerbranch.branch.name }}

{{ layerupdate.log }}
{% endfor %} {% if not update.log and not layerupdates %}

No messages

{% endif %} {% endautoescape %} {% endblock %} {% block scripts %} {% endblock %}