{% extends "layout.html" %} {% block body %}
{{_('Please try a different search')}}
{{entry.title|shortentitle}}
{% for author in entry.authors %} {{author.name.replace('|',',')}} {% if not loop.last %} & {% endif %} {% endfor %}