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

{% trans "Create VM" %}

{% trans "Affordable VM hosting based in Switzerland" %}

{% if messages %}
{% for message in messages %} {{ message }} {% endfor %}
{% endif %}
{% include "hosting/calculator_form.html" %}
{%endblock%}