{% extends "::baseV3.html.twig" %} {% block title %} App:Map:edit {% endblock %} {% block body %}
{% for exhibitor in exhibitors %} {% if exhibitor.tExhibitionStandI %}
{{ exhibitor.vchName|e }}
{{ exhibitor.vchStand|e }}
{% endif %} {% endfor %}
dsds
{% for exhibitor in exhibitors %} {% if exhibitor.tExhibitionStandI %}
{{ exhibitor.vchName|e }}
{{ exhibitor.vchStand|e }}
{% endif %} {% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}