templates/adella/menus/main.html.twig line 1
{% extends 'base.html.twig' %}{% block styles %}{{ encore_entry_link_tags('adella') }}{% endblock %}{% block title %}{% if menu %}{{ menu.name }}-{{ parent() }}{% else %}{{ parent() }}{% endif %}{% endblock %}{% block body %}{% if error %}<div class="container"><div class="alert alert-danger text-center" role="alert">{{ error.message }}</div><div class="text-center mb-3"><a href="{{ path('home') }}" class="btn btn-primary">{{ "Back" | trans }}</a></div></div>{% endif %}{% if menu %}<div class="container-fluid-md p-0 custom-outer-wrapper custom-outer-wrapper-launch {{ returnUrlHost in capellaPlayHosts ? 'capella-play-styles' : '' }}"><nav class="navbar navbar-expand-lg navbar-light bg-light navbar-custom fixed-top top-nav-collapse"><div class="container custom-navbar-container flex-nowrap position-relative"><div class="text-center w-100"><a href="{{ returnUrl ? returnUrl : '/' }}" class="nav-image-wrapper"><img src="{{ asset('build/images/adella/adella-restorante-italiano-logo-white-1.png') }}" class="d-inline-block align-top nav-image" alt="Adella"></a></div><div class="d-flex gap-2 position-sm-absolute right-0">{% include "languages.html.twig" %}</div></div></nav><div class="row custom-outer-row"><div class="single-page-wrapper page col-lg-6 col-md-12 col-xs-12"><div class="page-1 d-flex justify-content-center align-items-center"><div class="log-wrapper"><img src="{{ asset('build/images/adella/adella_menu_logo.png') }}" alt="" class="img-fluid"></div></div></div><div class="single-page-wrapper page col-lg-6 col-md-12 col-xs-12"><div class="page-2"><div class="menu-item text-center"><h3>{{ 'Салати' | trans }}</h3>{% for product in products %}{% if product.category.name == 'Салати' %}<div class="menu-item-title">{{ product.name }}</div><div class="menu-item-price mb-3"><div class="offset-md-3 offset-sm-2 col-md-6 col-sm-8 d-flex justify-content-around">{% if product.weight %}<p>{{ product.weight }} {{ "g" | trans }}<sup>{% if product.allergens %}{% for allergen in product.allergens %}<span class="allergens">{{ allergen.name }}</span>{% endfor %}{% endif %}</sup></p>{% endif %}{% if product.price %}<p><strong>{{ product.price | number_format(2) }} </strong> {{ 'лв.' | trans }}</p>{% endif %}</div></div>{% endif %}{% endfor %}</div></div></div></div><div class="row custom-outer-row"><div class="single-page-wrapper page col-lg-6 col-md-12 col-xs-12"><div class="page-3"><div class="menu-item text-center"><h3>{{ 'Предястия' | trans }}</h3>{% for product in products %}{% if product.category.name == 'Предястия' %}<div class="menu-item-title">{{ product.name }}</div><div class="menu-item-price mb-3"><div class="offset-md-3 offset-sm-2 col-md-6 col-sm-8 d-flex justify-content-around">{% if product.weight %}<p>{{ product.weight }} {{ "g" | trans }}<sup>{% if product.allergens %}{% for allergen in product.allergens %}<span class="allergens">{{ allergen.name }}</span>{% endfor %}{% endif %}</sup></p>{% endif %}{% if product.price %}<p><strong>{{ product.price | number_format(2) }} </strong> {{ 'лв.' | trans }}</p>{% endif %}</div></div>{% endif %}{% endfor %}</div></div></div><div class="single-page-wrapper page col-lg-6 col-md-12 col-xs-12"><div class="page-4"><div class="menu-item text-center"><h3>{{ 'Прясна паста и Ризото' | trans }}</h3>{% for product in products %}{% if product.category.name == 'Прясна паста и Ризото' %}<div class="menu-item-title">{{ product.name }}</div><div class="menu-item-price mb-3"><div class="offset-md-3 offset-sm-2 col-md-6 col-sm-8 d-flex justify-content-around">{% if product.weight %}<p>{{ product.weight }} {{ "g" | trans }}<sup>{% if product.allergens %}{% for allergen in product.allergens %}<span class="allergens">{{ allergen.name }}</span>{% endfor %}{% endif %}</sup></p>{% endif %}{% if product.price %}<p><strong>{{ product.price | number_format(2) }} </strong> {{ 'лв.' | trans }}</p>{% endif %}</div></div>{% endif %}{% endfor %}</div></div></div></div><div class="row custom-outer-row"><div class="single-page-wrapper page col-lg-6 col-md-12 col-xs-12"><div class="page-5"><div class="menu-item text-center"><h3>{{ 'Основни ястия' | trans }}</h3>{% for product in products %}{% if product.category.name == 'Основни ястия' %}<div class="menu-item-title">{{ product.name }}</div><div class="menu-item-price mb-3"><div class="offset-md-3 offset-sm-2 col-md-6 col-sm-8 d-flex justify-content-around">{% if product.weight %}<p>{{ product.weight }} {{ "g" | trans }}<sup>{% if product.allergens %}{% for allergen in product.allergens %}<span class="allergens">{{ allergen.name }}</span>{% endfor %}{% endif %}</sup></p>{% endif %}{% if product.price %}<p><strong>{{ product.price | number_format(2) }} </strong> {{ 'лв.' | trans }}</p>{% endif %}</div></div>{% endif %}{% endfor %}</div></div></div><div class="single-page-wrapper page col-lg-6 col-md-12 col-xs-12"><div class="page-6"><div class="menu-item text-center"><h3>{{ 'Пица' | trans }}</h3>{% for product in products %}{% if product.category.name == 'Пица' %}<div class="menu-item-title">{{ product.name }}<sup>{% if product.allergens %}{% for allergen in product.allergens %}<span class="allergens">{{ allergen.name }}</span>{% endfor %}{% endif %}</sup></div><div class="menu-item-description"><span>{% for component in product.components %}<span>{{ component.name }}</span>{% if loop.revindex == 2 %} {{ "и" | trans }}{% elseif not loop.last %},{% endif %}{% endfor %}</span></div><div class="menu-item-price mb-3"><div class="offset-md-3 offset-sm-2 col-md-6 col-sm-8 d-flex justify-content-around">{% if product.price %}<p><strong>{{ product.price | number_format(2) }} </strong> {{ 'лв.' | trans }}</p>{% endif %}</div></div>{% endif %}{% endfor %}</div></div></div></div><div class="row custom-outer-row"><div class="single-page-wrapper page col-lg-6 col-md-12 col-xs-12"><div class="page-7"><div class="menu-item text-center"><h3>{{ 'Десерти' | trans }}</h3>{% for product in products %}{% if product.category.name == 'Десерти' %}<div class="menu-item-title">{{ product.name }}</div><div class="menu-item-price mb-3"><div class="offset-md-3 offset-sm-2 col-md-6 col-sm-8 d-flex justify-content-around">{% if product.weight %}<p>{{ product.weight }} {{ "g" | trans }}<sup>{% if product.allergens %}{% for allergen in product.allergens %}<span class="allergens">{{ allergen.name }}</span>{% endfor %}{% endif %}</sup></p>{% endif %}{% if product.price %}<p><strong>{{ product.price | number_format(2) }} </strong> {{ 'лв.' | trans }}</p>{% endif %}</div></div>{% endif %}{% endfor %}</div></div></div><div class="single-page-wrapper page col-lg-6 col-md-12 col-xs-12"><div class="page-8 d-flex"><div class="menu-item"><div class="row custom-row"><div class="kids-menu text-center"><div class="mt-3"><div class="kids-power-menu position-relative"></div></div><div class="mt-3"><h3 class="text-decoration-underline">{{ 'ЯСТИЕ ПО ИЗБОР' | trans }}</h3></div>{% for product in products %}{% if product.category.name == 'Ястие по избор' %}<div class="menu-item-title"><p>{{ product.name }}<sup>{% if product.allergens %}{% for allergen in product.allergens %}<span class="allergens">{{ allergen.name }}</span>{% endfor %}{% endif %}</sup></p></div>{% endif %}{% endfor %}<div class="mt-3"><h3 class="text-decoration-underline">{{ 'МИНИ КРЕМЧЕ' | trans }}</h3></div>{% for product in products %}{% if product.category.name == 'МИНИ КРЕМЧЕ' %}<div class="menu-item-title"><p>{{ product.name }}<sup>{% if product.allergens %}{% for allergen in product.allergens %}<span class="allergens">{{ allergen.name }}</span>{% endfor %}{% endif %}</sup></p></div>{% endif %}{% endfor %}<div class="mt-3"><h3 class="text-decoration-underline">{{ 'На цена: 19.90' | trans }} {{ 'лв.' | trans }}</h3></div></div><img src="{{ asset('build/images/adella/horizontal_line.png') }}"class="img-fluid pt-5 pb-5" alt="hr"><div class="reservations">{{ 'За резервации' | trans }}: +359 885 05 04 03 <span class="vertical-line">|</span><a href="https://www.adellarestaurant.com">www.adellarestaurant.com</a></div><h3>{{ 'Алергени' | trans }}</h3><div class="col-md-6 col-sm-12"><ul><li><span class="allergens">1</span> {{ 'Зърнени култури, съдържащи глутен' | trans }}</li><li><span class="allergens">2</span> {{ 'Ракообразни и продукти от тях' | trans }}</li><li><span class="allergens">3</span> {{ 'Яйца и продукти от тях' | trans }}</li><li><span class="allergens">4</span> {{ 'Риба и рибни продукти' | trans }}</li><li><span class="allergens">5</span> {{ 'Фъстъци и продукти от тях' | trans }}</li><li><span class="allergens">6</span> {{ 'Соя и соеви продукти' | trans }}</li><li><span class="allergens">7</span> {{ 'Мляко и млечни продукти' | trans }}</li></ul></div><div class="col-md-6 col-sm-12"><ul><li><span class="allergens">8</span> {{ 'Ядки' | trans }}</li><li><span class="allergens">9</span> {{ 'Целина и продукти от нея' | trans }}</li><li><span class="allergens">10</span> {{ 'Синап и синапено семе (горчица)' | trans }}</li><li><span class="allergens">11</span> {{ 'Сусамово семе и продукти от него' | trans }}</li><li><span class="allergens">12</span> {{ 'Мекотели и продукти от тях' | trans }}</li><li><span class="allergens">13</span> {{ 'Лупина и продукти от нея' | trans }}</li><li><span class="allergens">14</span> {{ 'Серен диоксид и сулфити' | trans }}</li></ul></div></div><div class="row"><div class="col-12 text-center mt-3 mb-3"><div class="w-100 mb-2" style="border-top: 2px solid #212529"></div>{{ 'Всички цени са в български лева' | trans }}</div></div></div></div></div></div></div>{% endif %}{% endblock %}{% block footer %}<footer class="app-footer"><div class="copyright">© {{ "now" |date("Y") }}{{ "Разработено от" | trans }}<a href="https://perspecta-soft.com/" target="_blank">Перспекта ООД</a>.{{ "All rights reserved." | trans }}<br><a href="https://www.adellarestaurant.com" target="_blank">Adella Restaurant.</a></div></footer>{% endblock %}