{% load i18n %} {% block title %} {% trans "Virtual Machines" noop %} {% endblock title %}
{% include "banner.html" %} {% if submenu_template %} {% include submenu_template %} {% else %} {% include "no_submenu.html" %} {% endif %} {% if user.is_authenticated %} {% else %} {% endif %}
{% trans "Logged in as " %} {{ user.username }}
{% block content %}

This is were the content should go

{% endblock content %} {% include "footer.html" %}