{% include 'components/dog/_preview_DDL_distraction_type.html' %}
{% set attribute_text = model.FLAG_DISTRACTION_INTENSITY_LEVEL_EMOTIONAL %}
{% include 'components/dog/_preview_DDL_distraction_intensity_level.html' %}
{% set attribute_text = model.FLAG_DISTRACTION_INTENSITY_LEVEL_SCENT %}
{% include 'components/dog/_preview_DDL_distraction_intensity_level.html' %}
{% set attribute_text = model.FLAG_DISTRACTION_INTENSITY_LEVEL_SIGHT %}
{% include 'components/dog/_preview_DDL_distraction_intensity_level.html' %}
{% set attribute_text = model.FLAG_DISTRACTION_INTENSITY_LEVEL_SOUND %}
{% include 'components/dog/_preview_DDL_distraction_intensity_level.html' %}
{% set attribute_text = model.FLAG_DISTRACTION_INTENSITY_LEVEL_TOUCH %}
{% include 'components/dog/_preview_DDL_distraction_intensity_level.html' %}
{% include 'components/dog/_td_notes.html' %}
{% set active = True %}
{% include 'components/dog/_td_active.html' %}
{% else %}
{% set distraction_type_preview = distraction.distraction_type %}
{% include 'components/dog/_preview_DDL_distraction_type.html' %}
{% set intensity_level_preview = distraction.intensity_level_emotional %}
{% set attribute_text = model.FLAG_DISTRACTION_INTENSITY_LEVEL_EMOTIONAL %}
{% include 'components/dog/_preview_DDL_distraction_intensity_level.html' %}
{% set intensity_level_preview = distraction.intensity_level_scent %}
{% set attribute_text = model.FLAG_DISTRACTION_INTENSITY_LEVEL_SCENT %}
{% include 'components/dog/_preview_DDL_distraction_intensity_level.html' %}
{% set intensity_level_preview = distraction.intensity_level_sight %}
{% set attribute_text = model.FLAG_DISTRACTION_INTENSITY_LEVEL_SIGHT %}
{% include 'components/dog/_preview_DDL_distraction_intensity_level.html' %}
{% set intensity_level_preview = distraction.intensity_level_sound %}
{% set attribute_text = model.FLAG_DISTRACTION_INTENSITY_LEVEL_SOUND %}
{% include 'components/dog/_preview_DDL_distraction_intensity_level.html' %}
{% set intensity_level_preview = distraction.intensity_level_touch %}
{% set attribute_text = model.FLAG_DISTRACTION_INTENSITY_LEVEL_TOUCH %}
{% include 'components/dog/_preview_DDL_distraction_intensity_level.html' %}
{% set notes = distraction.notes %}
{% include 'components/dog/_td_notes.html' %}
{% set active = distraction.active %}
{% include 'components/dog/_td_active.html' %}