{% if pixel_info_facebook is defined %}
<!-- Facebook Pixel Code ViewContent -->
<script type="text/javascript">
!function (f, b, e, v, n, t, s) {
if (f.fbq)
return;
n = f.fbq = function () {
n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq)
f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script', '//connect.facebook.net/en_US/fbevents.js');
fbq('init', '600474970099978');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=600474970099978&ev=PageView&noscript=1"
/></noscript>
<!--End Facebook Pixel Code -->
{% endif %}
{#pixel DataXpand#}
{#{% if pixel_info_dataxpand is defined %}
<script src="https://tags.crwdcntrl.net/c/11052/cc_af.js"></script>
{% endif %}#}
{% if pixel_info_avail is defined and app.session.has('operatorId') != 1 %}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/pixels/pixels_availability.html.twig') %}
{% elseif pixel_info_detail is defined and app.session.has('operatorId') != 1 %}
{% set pixel_info = pixel_info_detail %}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/pixels/pixels_detail.html.twig') %}
{% elseif pixel_info_resume is defined and app.session.has('operatorId') != 1 %}
{% set pixel_info = pixel_info_resume %}
{# {% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/pixels/pixels_resume.html.twig') %} #}
{% endif %}