{# Switch to icon instead of text in `sm` view size for BS3 only. #}
{%- if prev %}
{{ prev.title|striptags|truncate(length=16, killwords=True) }}
{%- endif %}
{%- if next %}
{{ next.title|striptags|truncate(length=16, killwords=True) }}
{%- endif %}