{% extends "base_admin.html" %} {% block pagehead %}

Add Virtualization Servers

{% endblock %} {% block content %}
Add all servers that can be administered using the same information here. You can click save to get more rows once you fill the existing ones.
{% csrf_token %} {{ formset.management_form }} {% for form in formset.forms %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {{ form.as_table }}
{% endfor %}
| Home
{% endblock content %}