{% extends "base.html" %} {% block title %} Optimizer {% endblock %} {% block content %}
{% if filterForm.is_valid %}

Optimizer

{% for o in optimizations %} {% endfor %}
Source Destination N. Streams Timeout Active Throughput Buffer
{{ o.source_se }} {{ o.dest_se }} {{ o.nostreams }} {{ o.timeout }} {{ o.active }} {{ o.throughput }} {{ o.buffer }}
{% endblock %}