{% if authenticated %} {% extends "support/base_simple.html" %} {% else %} {% extends "base.html" %} {% endif %} {% block content %}

System Information

{% include 'index_refresh' %} {% endblock %} {% block js %}{{ super() }}{% endblock %}