{% if g.current_theme == 1 %} {% endif %} {% block header %}{% endblock %} {% block body %}

{{title}}

{% for entry in entries %}

{{entry.title|shortentitle}}

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

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

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

{% endif %}
{% if g.user.role_download() %} {% if entry.data|length %}
{% if entry.data|length < 2 %} {% for format in entry.data %} {{format.format}} ({{ format.uncompressed_size|filesizeformat }}) {% endfor %} {% else %} {% endif %}
{% endif %} {% endif %}
{% endfor %}
{% endblock %}