{% extends "base.html" %} {% block dojango_header_extra %} {% endblock %} {% block dojango_content %} {% if user.is_authenticated %}
| Name | Description | Available actions | {% for d in disk_list %}
| {{ d.disk_name }} | {{ d.disk_description }} | |
| No disks defined | ||
Welcome. Please log in.
{% endif %} {% endblock %}