{% if is_blank_row %} {% include 'components/dog/_preview_DDL_dog.html' %} {% include 'components/dog/_preview_DDL_command_category.html' %} {% include 'components/dog/_preview_DDL_command.html' %} {% include 'components/dog/_td_notes.html' %} {% set active = True %} {% include 'components/dog/_td_active.html' %} {% else %} {% set dog_preview = link.dog %} {% include 'components/dog/_preview_DDL_dog.html' %} {% set command_preview = link.command %} {% set command_category_preview = command_preview.command_category %} {% include 'components/dog/_preview_DDL_command_category.html' %} {% include 'components/dog/_preview_DDL_command.html' %} {% set notes = link.notes %} {% include 'components/dog/_td_notes.html' %} {% set active = link.active %} {% include 'components/dog/_td_active.html' %} {% endif %}