{% extends "base.html" %} {% block content %} {{super()}}
Filtered {{filtered_cores_num}} cores
{% if warnings %}
{% for warning in warnings %}
{{ warning }}
{% endfor %}
{% endif %}
{{table}}

{% if filtered_cores_num|int > 0 %} {% if p|int > 1 %}<< Prev{% else %}<< Prev{% endif %} | {% if p|int < max_p|int %}Next >>{% else %}Next >>{% endif %} {% endif %}
{% endblock %} {% block scripts %} {{super()}} {% endblock %}}