{% if is_blank_row %} {% include 'components/dog/_preview_DDL_command_category.html' %} {% include 'components/dog/_preview_DDL_command.html' %} {% include 'components/dog/_preview_DDL_button_shape.html' %} {% include 'components/dog/_preview_DDL_colour.html' %} {% include 'components/dog/_preview_DDL_image.html' %} {% include 'components/dog/_preview_DDL_location.html' %} {% set active = True %} {% include 'components/dog/_td_active.html' %} {% else %} {% 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 button_shape_preview = link.button_shape %} {% include 'components/dog/_preview_DDL_button_shape.html' %} {% set colour_preview = link.colour %} {% include 'components/dog/_preview_DDL_colour.html' %} {% set image_preview = link.button_icon.image %} {% include 'components/dog/_preview_DDL_image.html' %} {% set location_preview = link.location %} {% include 'components/dog/_preview_DDL_location.html' %} {% set active = link.active %} {% include 'components/dog/_td_active.html' %} {% endif %}