{% extends 'sunshine/base.html' %} {% comment %} # This code is a part of sunshine package: https://github.com/letuananh/sunshine # :copyright: (c) 2013-2021 Le Tuan Anh # :license: MIT, see LICENSE for more details. {% endcomment %} {% block style %} {% endblock %} {% block content %}

Administrator Dashboard

{% if flash_msg %} {% endif %} {% if errors %} {% endif %}
Runtime Engines

Platform

Python version {{ python_version }}
Django version {{ django_version }}

Installed modules

{% if modules %} {% for m in modules %}
{{ m.name }} version {{ m.version }} {% if m.build %} (Build: {{ m.build }}) {% endif %}
{% endfor %} {% endif %} Sunshine Portal runtime version {{ sunshine_version }}
System status
{% if space_used %}
Used space: {{ space_used }}
{% endif %} {% if space_usable %}
Usable space: {{ space_usable }}
{% endif %} {% if space_free %}
Free space: {{ space_free }}
{% endif %}
{% endblock %}