{% extends "admin/change_list.html" %} {% load i18n %} {% block content_title %}

{% trans 'System Monitor' %}

{% endblock %} {% block result_list %}

{% trans 'Host information' %}

{% for info in static_overview %}
{{ info.name }}:
{{ info.value }}
{% endfor %}

{% trans 'Status' %}

Time to Update: -

{% endblock %}