{% load docs i18n %}
{% if page.get_prev_sibling %}
{% trans 'Prev' %}
{% endif %} {% if page.get_next_sibling %}
{% trans 'Next' %}
{% endif %}