1*7ab6e6acSAndroid Build Coastguard Worker{# Switch to icon instead of text in `sm` view size for BS3 only. #} 2*7ab6e6acSAndroid Build Coastguard Worker{%- if prev %} 3*7ab6e6acSAndroid Build Coastguard Worker <li> 4*7ab6e6acSAndroid Build Coastguard Worker <a href="{{ prev.link|e }}" title="{{ _('Previous Chapter: ') + prev.title|striptags }}"> 5*7ab6e6acSAndroid Build Coastguard Worker <span class="glyphicon glyphicon-chevron-left"></span> 6*7ab6e6acSAndroid Build Coastguard Worker <span class="hidden-sm"> 7*7ab6e6acSAndroid Build Coastguard Worker {{ prev.title|striptags|truncate(length=16, killwords=True) }} 8*7ab6e6acSAndroid Build Coastguard Worker </span> 9*7ab6e6acSAndroid Build Coastguard Worker </a> 10*7ab6e6acSAndroid Build Coastguard Worker </li> 11*7ab6e6acSAndroid Build Coastguard Worker{%- endif %} 12*7ab6e6acSAndroid Build Coastguard Worker{%- if next %} 13*7ab6e6acSAndroid Build Coastguard Worker <li> 14*7ab6e6acSAndroid Build Coastguard Worker <a href="{{ next.link|e }}" title="{{ _('Next Chapter: ') + next.title|striptags }}"> 15*7ab6e6acSAndroid Build Coastguard Worker <span class="hidden-sm"> 16*7ab6e6acSAndroid Build Coastguard Worker {{ next.title|striptags|truncate(length=16, killwords=True) }} 17*7ab6e6acSAndroid Build Coastguard Worker </span> 18*7ab6e6acSAndroid Build Coastguard Worker <span class="glyphicon glyphicon-chevron-right"></span> 19*7ab6e6acSAndroid Build Coastguard Worker </a> 20*7ab6e6acSAndroid Build Coastguard Worker </li> 21*7ab6e6acSAndroid Build Coastguard Worker{%- endif %} 22