{% extends twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/Search/General/search_index.html.twig') %}
{% block body_style %}
<style>
.page-head__bg__video.bg-vid_sunset{
top: 47% !important;
}
</style>
{% endblock %}
{% block search_content %}
<div class="wrapper" style="padding-top:50px; padding-bottom: 90px;">
<div class="">
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/Search/Package/packageSearch_engine.html.twig') %}
</div>
</div>
{% endblock %}
{% block javascripts_bottom %}
<script>
jQuery(document).ready(function () {
utag.view({
"tealium_event": "SCREEN_VIEW",
"pagePath": location.pathname
});
});
</script>
{% endblock javascripts_bottom %}
{% block promo_content %}
{% if homePromos is defined %}
{% if app.session.has('officeId') != 1 %}
<div class="wrapper">
{{ parent() }}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/Edition/Default/content_homePromo.html.twig') %}
</div>
{% endif %}
{% if app.user != "" and (is_granted('ROLE_AVIATUR_ADMIN_ADMIN_PROMO_PRODUCT_EDIT_' ~ app.session.get('agencyId')) or is_granted('ROLE_AVIATUR_ADMIN_ADMIN_PROMO_PRODUCT_CREATE_' ~ app.session.get('agencyId')) or is_granted('ROLE_AVIATUR_ADMIN_ADMIN_PROMO_PRODUCT_DELETE_' ~ app.session.get('agencyId')) or is_granted('ROLE_SUPER_ADMIN') ) %}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/Search/General/mainSearch_editModal.html.twig') %}
{% endif %}
{% endif %}
{% if app.session.has('officeId') != 1 and app.session.has('whitemark') != 1%}
<div class="wrapper">
{{ parent() }}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/Search/Package/packageSearch_promo.html.twig') %}
</div>
{% endif %}
{% endblock %}