{% load i18n fluent_blogs_admin_tags %} {% if original %} {% with next_entry=original.next_entry previous_entry=original.previous_entry %}

{% if previous_entry %}← {% trans "previous entry" %}{% endif %} {% if next_entry %}{% trans "next entry" %} →{% endif %}

{% endwith %} {% endif %}