{% extends "vt_plugin_base.html" %} {% block title %}{% if create %}Add Virtualization Aggregate{% else %}Update Virtualization Aggregate {{ aggregate.name }}{% endif %}.{% endblock title %} {% block content %}
{% csrf_token %} {# Aggregate Manager information #}

{{ agg_form.non_field_errors }}

{{ agg_form.as_p }} {# Client information #}

{{ client_form.non_field_errors }}

{{ client_form.as_p }}
{% if create %} {% else %} {% endif %}
{% endblock content %}