{% if pager.has_previous() %}
  • {{ _('Newer') }}
  • {% endif %} {% if pager.has_next() %}
  • {{ _('Older') }}
  • {% endif %}