{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, select, checkbox %} {% include 'include/del_confirm.html' %}
{% if not is_terraform %}

You have not installed Terraform. Read here how to install Terraform

{% else %} {% if role == 1 %} {% endif %} {% include 'ajax/provisioning/provisioned_servers.html' %}
Name ProviderGroupCloud Region OS IP Instance type Status Created at

+ Add {% endif %}
{% if role == 1 %} {% endif %} {% include 'ajax/provisioning/providers.html' %}
Name CloudGroupCreated at Edited at

+ Add
{% include 'include/provisioning/creating_dialogs.html' %} {% include 'include/provisioning/providers_dialogs.html' %} {% endblock %}