{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Instance" %} - {{ vname }}{% endblock %} {% block content %}
{% include 'sidebar.html' %}
{% include 'create_inst_block.html' %}

{{ vname }}

{% include 'errors_block.html' %}
{% endblock %}