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

Optimizer (showing Showing {{ optimizations.start_index }} to {{ optimizations.end_index }} out of {{ paginator.count}} entries) {% if optimizations.has_previous %} << < {% else %} < << {% endif %} | {% if optimizations.has_next %} > >> {% else %} > >> {% endif %}

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