{% if g.google_site_verification|length > 0 %} {% endif %} {% if g.current_theme == 1 %} {% endif %} {% block header %}{% endblock %} {% block body %}

{{title}}

{% for entry in entries %}

{{entry.Books.title|shortentitle}}

{% for author in entry.Books.authors %} {{author.name.replace('|',',')}} {% if not loop.last %} & {% endif %} {% endfor %}

{% if entry.Books.series.__len__() > 0 %}

{{entry.Books.series[0].name}} ({{entry.Books.series_index}})

{% endif %}
{% if current_user.role_download() %} {% if entry.Books.data|length %}
{% for format in entry.Books.data %} {{format.format}} ({{ format.uncompressed_size|filesizeformat }}) {% endfor %}
{% endif %} {% endif %}
{% endfor %}
{% endblock %}