{% extends 'admin/base.html.twig' %} {% block title %}{{ "message.tour_steps_list" | trans }}{% endblock %} {% block breadcrumb_title %}{{ "message.tour_steps" | trans }}{% endblock %} {% block breadcrumb_subtitle %}{{ "message.tour_steps_list" | trans }}{% endblock %} {% block body %}
{{ "message.all_available_tour_steps" | trans }}
{% for tour_step in tour_steps %} {% else %} {% endfor %}
{{ "label.image" | trans }} {{ "label.title" | trans }} {{ "label.description" | trans }} {{ "label.type" | trans }}
{% if tour_step.image %} {% endif %} {{ tour_step.title }} {{ tour_step.description }} {% if tour_step.type == 1 %} {{ "label.reseller" | trans }} {% else %} {{ "label.supplier" | trans }} {% endif %} {{ "label.edit" | trans }}
{{ "message.no_records_found" | trans }}
{% endblock %}