{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}

System logs

Commands at last init (that did commands)

{% if init != '' %} Modified: {{ initDate }}

{{ init }}
{% else %} No file found

{% endif %}

Commands executed at last system software update

{% if update != '' %} Modified: {{ updateDate }}

{{ update }}
{% else %} No file found

{% endif %} {% endblock %} {% block sidebar %} {% endblock %}