{% if collection.mode == 'tags' %}
{% for item in tag_items %}
{% if item.kind == 'todo' %}{% endif %}{{ item|collection_item_markdown }}{% if item.comment %}
{{ item.comment|markdown }}
{% endif %}{% if item.kind == 'todo' %}
{% endif %}{% empty %}
{% trans "No entries match the selected tags and types 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 %}