{% if collection.mode == 'tags' %}
{% for item in tag_items %}
{{ item|collection_item_markdown }}{% if item.comment %}{{ item.comment|markdown }}
{% endif %}{% empty %}
{% trans "No notes match the selected tags yet." %}
{% endfor %}
{% else %}
{% for section in sections %}{% include 'core/_collection_section_read.html' with section=section %}{% empty %}
{% trans "This collection has no sections yet." %}
{% endfor %}
{% endif %}