templates/Pages/destination-price-send.html.twig line 1
{% extends 'base.html.twig' %}{% block top_destinations %}{% endblock %}{% block body %}{% include 'Components/Destination/Detail/basic-info.html.twig' %}<div class="row product-complete-info"><div class="container clear-padding"><div class="col-md-12 main-content"><div class="room-complete-detail custom-tabs cruise-tabs col-md-12"><div class="tab-content"><h2>Poslat cenĂk</h2>{{ form_start(form) }}{{ form_row(form.email) }}{{ form_row(form.submit) }}{{ form_end(form) }}</div></div></div></div></div>{% endblock %}