{% for album in albums %} {% if album.coverref %} {% else %}
{% endif %}
{{ album.name }}
{% endfor %}