{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3 i18n %} {% block content %}

{% if messages %}
{% for message in messages %} {{ message }} {% endfor %}
{% endif %}
{% if not error %}

{% trans "New Virtual Machine"%}


{% csrf_token %}

{% trans "Step 1. Select VM Template:" %}

{% trans "Step2. Select VM Configuration" %}

{% trans "Price " %}0{% trans "CHF/Month" %}
{% endif %}
{%endblock%}