{% load i18n %} {% load static %} {% comment %} USAGE: {% include 'mtp_common/components/pagination.html' with previous_link= next_link= only %} optional parameters: previous_title - title to use instead of Previous previous_label - extra label to display underneath next_title - title to use instead of Next next_label - extra label to display underneath {% endcomment %} {% if previous_link or next_link %} {% endif %}