{% if g.user.get_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 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 %}