{% include "dojango/include.html" %}
{% block content %}
System
Network
Storage
Sharing
Services
{% if user.is_authenticated %}
Log Out
Account
{% else %}
Log In
{% endif %} {% endblock %}
{% block dojango_content %} {% endblock %}