{% if note.attached_images %}
{% include 'cosinnus/common/attached_images_gallery_single.html' with object=note %}
{% endif %}
{% if note.video %}
{% include 'cosinnus/common/embed_youtube.html' with video_id=note.video_id %}
{% endif %}
{% if may_reflect and not reflectable_groups %}
{# Simplification so we don't overload the page with modals: For reflecting in lists we link to the detail page and open the modal #}