{% if collections and collections|length > 0 %} {% for collection in collections %}
  • {{ collection.name }} {% if collection.author.all %}By {{ collection.author.all|join:", " }}{% endif %}
    {% if collection.description %}
    {{ collection.description|truncatechars:120 }}
    {% endif %}
    Open {% if case %} {% else %} Open a case to add {% endif %}
  • {% endfor %} {% else %}
  • No collections found.
  • {% endif %}