{% extends "base.html" %} {% block content %} {% if page == "index" %}
{% endif %} {% if page == "core" %}
{% endif %} {% if filtered_cores_num|int == 0 %}
{{table}}
{% else %} {{table}} {% endif %}

{% 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 %}