{% load i18n cosinnus_tags %} {% with note=object %}
{% if note.title and not note.title == '---' %}

{{ note.title|urlizetrunc:25|url_target_blank }}

{% endif %}
{{ note.text|textfield }}
{% if note.video %} {% include 'cosinnus/common/embed_youtube.html' with video_id=note.video_id %} {% endif %}
{% if note.attached_images %} {% include 'cosinnus/common/attached_images_gallery.html' with object=note max_images=3 %} {% endif %} {% include 'cosinnus/media_tags_readonly.html' with object=note list_view="True" hide_visibility_tag="True" %}
{% endwith %}