{% extends "base.html" %} {% load i18n %} {% load static %} {% load icons %} {% block title %}{% trans "Create new instance" %}{% endblock %} {% block style %} {% endblock %} {% block page_heading %} {% blocktrans with host=compute.name %}New instance on {{ host }} {% endblocktrans %} {% endblock page_heading %} {% block content %} {% include 'pleasewaitdialog.html' %} {% if form.errors %} {% for field in form %} {% for error in field.errors %}