{% extends "sshaggregate/sshaggregate_base.html" %} {% block title %}Add/Update SSH Aggregate.{% endblock title %} {% block head %} {% endblock %} {% block content %}
{% if aggregate %}

Update aggregate {{ aggregate.name }}

{% else %}

Add aggregate

{% endif %}
{% csrf_token %} {{ form.as_p }}
| {% if aggregate %} Delete | {% endif %} Cancel
{% endblock content %}