{% for image in images %}
{% if album["folder"] == library["name"] %} {% else %} {% endif %} {{image["num"]}} {{image["title"]|default("Untitled")}}, {{image["description"]|default(image["album_name"]|prettify)}}
{% endfor %}
{% block script %} {% endblock %}