{% 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' %} {% set active = True %} {% include 'components/dog/_td_active.html' %} {% else %} {% set dog = link.dog %} {% include 'components/dog/_preview_DDL_dog.html' %} {% set command_category = link.command.command_category %} {% include 'components/dog/_preview_DDL_command_category.html' %} {% set command = link.command %} {% include 'components/dog/_preview_DDL_command.html' %} {% set active = link.active %} {% include 'components/dog/_td_active.html' %} {% endif %}