{% extends "base.html" %} {% comment %}© 2012, Multapplied Networks, Inc.{% endcomment %} {% load widget_tweaks %} {% block title %} {% if profile.id %}Edit {{ profile.name | escapejs }}{% else %}Add QoS Profile{% endif %} {{ block.super }} {% endblock %} {% block pagescript %} {% include 'js_partials/_break_bfcache.html' %} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Quality of Service
  • {% if profile.id %}
  • {{ profile.name }}
  • Edit
  • {% else %}
  • Add QoS Profile
  • {% endif %} {% endblock %} {% block content %}
    {% if profile.id %}
    {% else %} {% endif %}

    {% if profile.id %}Edit {{ profile.name }}{% else %}Add QoS Profile{% endif %}

    {% if profile.id %} Cancel {% else %} Cancel {% endif %}
    {% csrf_token %} {% for hidden in profile_form.hidden_fields %} {{ hidden }} {% endfor %} {% if profile_form.non_field_errors %}
    {{ profile_form.non_field_errors }}
    {% endif %}
    {% include 'baqos/edit_partials/_profile.html' %}
    {% include 'baqos/edit_partials/_traffic_classes.html' %}
    {% if profile.id %}
    {% include 'baqos/edit_partials/_packet_filters.html' %}
    {% endif %}
    {% if profile.id %} Cancel {% else %} Cancel {% endif %}
    {% endblock %}