{% load i18n inlinetrans content_tags permission_tags inplace_edit collaborative document_tags %}
{% trans {% ifcanedit user content %} {% trans {% endifcanedit %}
{% if document_section.body %} {{ document_section.body|safe }} {% else %} {% trans "This section has no content" %} {% endif %}