{% extends 'base.html' %} {% block body %} {% include('remove-exclusive-edit-mode-modal.html') %} {% embed 'view-edit.html' %} {% block createnew %}
{{ next }}
{% endif %} {# BODY (show only if not empty) #} {% set body = Entity.entityData.body_html %} {% if body != '' %} {# do not display body if set in metadata, done via css to avoid delayed disappearance after JS is executed #} {# body in view mode is text-dark for more lisibility see github issue #52 #}{{ comment.comment|nl2br }}