{% extends "base_generic.html" %} {% block header %} {% if user.is_authenticated and user.is_superuser %}
Back
Site Settings {% else %}

You are not logged in: login

{% endif %} {% endblock %} {% block body %} {% if user.is_authenticated and user.is_superuser %}

Name: {{ settings.name }}

Hostname: {{ settings.hostname }}

Ram: {{ settings.ram }}

CPU Cores: {{ settings.cores }}

Instances: {{ settings.instances }}

{% endif %} {% endblock %}