<!DOCTYPE html>
<html lang="ru">
<head>
{% if network is defined and network == 'tat' %}
{% include '/tat/meta.twig' %}
{% else %}
{% include '/meta.twig' %}
{% endif %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ asset('assets/css/main.css') }}?v=19-12-2023" type="text/css">
<link rel="stylesheet" href="{{ asset('/assets/css/flag-icon.css') }}" type="text/css">
<link rel="stylesheet" href="{{ asset('assets/css/select2.min.css') }}">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="{{ asset('assets/js/select2.min.js') }}"></script>
<script src="/bundles/easyadmin/app.js"></script>
<script src="{{ asset('assets/js/ru.js') }}"></script>
<link rel="stylesheet" href="/bundles/easyadmin/app.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap" rel="stylesheet">
<link type="text/css" href="https://control.otpusk.com/img/css/control.css?v=1.1" rel="stylesheet"
media="screen">
<link type="text/css" href="{{ asset('assets/bootstrap/css/bootstrap.min.css') }}" rel="stylesheet"
media="screen">
<link type="text/css" href="{{ asset('assets/bootstrap/css/bootstrap-responsive.min.css') }}"
rel="stylesheet" media="screen">
<link type="text/css" href="{{ asset('assets/bootstrap/css/glyphicon.min.css') }}" rel="stylesheet"
media="screen">
{% endblock %}
</head>
<body class="{{ host is defined ? host }}">
{% if network is defined and network == 'tat' %}
{% include '/tat/parts/header.html.twig' %}
{% else %}
{% include '/parts/contol-header.html.twig' %}
{% endif %}
{% block body %}
{% endblock %}
{% if network is defined and network == 'tat' %}
{% include '/tat/parts/footer.html.twig' %}
{% else %}
{% include '/parts/footer.html.twig' %}
{% endif %}
{% block javascripts %}
<script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script>
<script type="text/javascript" src="{{ asset('assets/js/common.js') }}?v=1.5"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-322531-14']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
{% endblock %}
</body>
</html>