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

{{ ('log.lesson.log_moved_chapter')|trans({}, 'log') }}

{{ ('title')|trans({}, 'log') }}
{{ log.details.chapter.title }}
{{ ('log.lesson.old_parent')|trans({}, 'log') }}
{{ log.details.chapter.old_parent }}
{{ ('log.lesson.new_parent')|trans({}, 'log') }}
{{ log.details.chapter.new_parent }}
{% endif %}