[IMP] models: move prefetching of records back to method _prefetch_field
[odoo/odoo.git] / doc / _themes / sphinx_bootstrap_theme / bootstrap / relations.html
1 {# Switch to icon instead of text in `sm` view size for BS3 only. #}
2 {%- if prev %}
3   <li>
4     <a href="{{ prev.link|e }}" title="{{ _('Previous Chapter: ') + prev.title|striptags }}">
5       {%- if theme_bootstrap_version == "3" -%}<span class="glyphicon glyphicon-chevron-left visible-sm"></span>{%- endif -%}
6       <span class="hidden-sm">{{ "&laquo;"|safe }} {{ prev.title|striptags|truncate(length=16, killwords=True) }}</span>
7     </a>
8   </li>
9 {%- endif %}
10 {%- if next %}
11   <li>
12     <a href="{{ next.link|e }}" title="{{ _('Next Chapter: ') + next.title|striptags }}">
13       {%- if theme_bootstrap_version == "3" -%}<span class="glyphicon glyphicon-chevron-right visible-sm"></span>{%- endif -%}
14       <span class="hidden-sm">{{ next.title|striptags|truncate(length=16, killwords=True) }} {{ "&raquo;"|safe }}</span>
15     </a>
16   </li>
17 {%- endif %}