{% 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 %}
{{ "label.image" | trans }} | {{ "label.title" | trans }} | {{ "label.description" | trans }} | {{ "label.type" | trans }} | |
---|---|---|---|---|
{% if tour_step.image %}
|
{{ 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 }} |