{% load static %} {% load unicms_templates %} {% random_id as id %} {% with collection.get_items as collection_items %} {% if collection_items %}
    {% for item in collection_items %}
  • {{ item.media.title }}
    {{ item.media.description }}
    [{{ item.media.file_type }} - {{ item.media.file_size_kb }} KB]
  • {% endfor %}
{% endif %} {% endwith %}