{% extends "base.tree.html" %} {% block content-title %} Server{% endblock%} {% block content %} {% load lw_forms %}
{% if server_error %} {% endif %}

Add new server to {{server.name}}

{% csrf_token %}
{{form|get_widget:"name"|append_html_attr:'class="form-control"'|safe}}
{{form|get_widget:"description"|append_html_attr:'class="form-control"'|safe}}
{{form|get_widget:"memory"|append_html_attr:'class="form-control"'|safe}}
{{form|get_widget:"hd"|append_html_attr:'class="form-control"'|safe}}
{{form|get_widget:"disk_image"|append_html_attr:'class="form-control"'|safe}}
{% endblock%}