{% extends 'core/base.html' %} {% block title %}{{ title }} - {{ org.name }} | Killian{% endblock %} {% block content %}

{{ title }}

{{ subtitle }}

Back
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}

Virtualization

{{ form.friendly_name }}{{ form.friendly_name.errors }}{% if form.friendly_name.help_text %}{{ form.friendly_name.help_text }}{% endif %}
{{ form.office_location }}{{ form.office_location.errors }}{% if form.office_location.help_text %}{{ form.office_location.help_text }}{% endif %}
{{ form.technology }}{{ form.technology.errors }}{% if form.technology.help_text %}{{ form.technology.help_text }}{% endif %}
{{ form.virtualization_hosts }}{{ form.virtualization_hosts.errors }}{% if form.virtualization_hosts.help_text %}{{ form.virtualization_hosts.help_text }}{% endif %}
{{ form.virtual_machines }}{{ form.virtual_machines.errors }}{% if form.virtual_machines.help_text %}{{ form.virtual_machines.help_text }}{% endif %}
{{ form.management_login }}{{ form.management_login.errors }}{% if form.management_login.help_text %}{{ form.management_login.help_text }}{% endif %}
Cancel
{% endblock %}