{% comment %} Displaying a list of Photosets. Expects: * photoset_list, a queryset of Photosets. {% endcomment %} {% if photoset_list|length > 0 %} {% load ditto_core %} {% for row in photoset_list|split_by:3 %}
There are no Albums to show.
{% endif %}