use{% block content %}
{% if paginator.previous %} {% include "partials/icons/svgPrevPageIcon.html" %}{% include "partials/icons/svgPrevPageIcon.html" %} {% include "partials/icons/svgPrevPageIcon.html" %} {% else %} {% include "partials/icons/svgFirstPageIcon.html" %}{% include "partials/icons/svgFirstPageIcon.html" %} {% include "partials/icons/svgFirstPageIcon.html" %} {% endif %} {% if paginator.next %} {% include "partials/icons/svgNextPageIcon.html" %} {% include "partials/icons/svgNextPageIcon.html" %}{% include "partials/icons/svgNextPageIcon.html" %} {% else %} {% include "partials/icons/svgLastPageIcon.html" %} {% include "partials/icons/svgLastPageIcon.html" %}{% include "partials/icons/svgLastPageIcon.html" %} {% endif %}