{% extends "base.html" %} {% block title %}{% if create %}Add OpenFlow Aggregate{% else %}Update OpenFlow Aggregate {{ aggregate.name }}{% endif %}.{% endblock title %} {% block content %}
{% csrf_token %}

{{ agg_form.non_field_errors }}

{{ agg_form.as_p }}

{{ client_form.non_field_errors }}

{{ client_form.as_p }} {% if not create %}

{% if available %}{% else %}{% endif %}

{% endif %}
{% if create %} {% else %} {% endif %}
{% endblock content %}