{% import 'image.html' as image %} {% extends "layout.html" %} {% block body %}
{{_('Search Term:')}} {{adv_searchterm}}
{{entry.Books.title|shortentitle}}
{% for author in entry.Books.authors %} {% if loop.index > g.config_authors_max and g.config_authors_max != 0 %} {% if not loop.first %} & {% endif %} {{author.name.replace('|',',')|shortentitle(30)}} {% if loop.last %} (...) {% endif %} {% else %} {% if not loop.first %} & {% endif %} {{author.name.replace('|',',')|shortentitle(30)}} {% endif %} {% endfor %} {% if entry.Books.data|music %} {% endif %}
{{entry.Books.series[0].name}} ({{entry.Books.series_index|formatfloat(2)}})