{% if log.details.section is defined %}

{{ ('log_created_section')|trans({}, 'log') }}

{{ ('log_section_title')|trans({}, 'log') }}
{{ log.details.section.title }}
{{ ('log_section_text')|trans({}, 'log') }}
{{ log.details.section.text|raw }}
{% endif %}