templates/base.html.twig line 1
<!DOCTYPE html>
<html
lang="de" class="light">
<!-- BEGIN: Head -->
<head>
<meta charset="utf-8">
<link href="{{ asset('/dist/images/logo.svg')}}" rel="shortcut icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<title>{{ app.session.get('texte')["portalname"]|raw }}
{% block title %}
{% endblock %}
</title>
<!-- BEGIN: CSS Assets-->
<link rel="stylesheet" href="{{ asset('dist/css/app.css')}}"/>
<link rel="stylesheet" href="{{ asset('css/custom.css')}}"/>
<link rel="stylesheet" href="{{ asset('css/customer.css')}}"/>
<link
rel="stylesheet" type="text/css" href="{{ asset('/dist/plugins/DataTables/datatables.css')}}"/>
<!-- END: CSS Assets-->
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
<script src="{{ asset('/js/jquery-3.6.0.min.js')}}"></script>
<script src="{{ asset('/js/barrierefreiheit.js')}}"></script>
</head>
{% if (is_granted('ROLE_USER') or is_granted('ROLE_ADMIN')) and app.request.get('edit') == "" and 'tarifrechner' not in app.request.pathInfo %}
<body class="py-5 md:py-0">
<div class="loadingscreen hidden">
<i data-loading-icon="ball-triangle" class="w-8 h-8 text-white"></i>
</div>
{% for message in app.flashes('neu') %}
<div class="toastify on toastify-right toastify-top" style="transform: translate(0px); top: 15px;">
<div id="success-notification-content" class="toastify-content flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" icon-name="check-circle" class="lucide lucide-check-circle text-success" data-lucide="check-circle">
<path d="m²2 11.08V12a10 10 0 11-5.93-9.14"></path>
<polyline points="22 4 12 14.01 9 11.01"></polyline>
</svg>
<div class="ml-4 mr-4">
<div class="font-medium">Info</div>
<div class="text-slate-500 mt-1">{{ message }}</div>
</div>
</div>
<span class="toast-close">✖</span>
</div>
{% endfor %}
{% for message in app.flashes('error') %}
<div class="toastify on toastify-right toastify-top" style="transform: translate(0px); top: 15px;">
<div id="success-notification-content-2" class="toastify-content flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" icon-name="check-circle" class="lucide lucide-check-circle text-danger" data-lucide="x">
<path d="m²2 11.08V12a10 10 0 11-5.93-9.14"></path>
<polyline points="22 4 12 14.01 9 11.01"></polyline>
</svg>
<div class="ml-4 mr-4">
<div class="font-medium">Info</div>
<div class="text-slate-500 mt-1">{{ message }}</div>
</div>
</div>
<span class="toast-close">✖</span>
</div>
{% endfor %}
{% include 'menu/menu.html.twig' %}
{% elseif 'tarifrechner' in app.request.pathInfo %}
<body class="py-5 md:py-0">
<div class="loadingscreen hidden">
<i data-loading-icon="ball-triangle" class="w-8 h-8 text-white"></i>
</div>
{% for message in app.flashes('neu') %}
<div class="toastify on toastify-right toastify-top" style="transform: translate(0px); top: 15px;">
<div id="success-notification-content" class="toastify-content flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" icon-name="check-circle" class="lucide lucide-check-circle text-success" data-lucide="check-circle">
<path d="m²2 11.08V12a10 10 0 11-5.93-9.14"></path>
<polyline points="22 4 12 14.01 9 11.01"></polyline>
</svg>
<div class="ml-4 mr-4">
<div class="font-medium">Info</div>
<div class="text-slate-500 mt-1">{{ message }}</div>
</div>
</div>
<span class="toast-close">✖</span>
</div>
{% endfor %}
{% for message in app.flashes('error') %}
<div class="toastify on toastify-right toastify-top" style="transform: translate(0px); top: 15px;">
<div id="success-notification-content-2" class="toastify-content flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" icon-name="check-circle" class="lucide lucide-check-circle text-danger" data-lucide="x">
<path d="m²2 11.08V12a10 10 0 11-5.93-9.14"></path>
<polyline points="22 4 12 14.01 9 11.01"></polyline>
</svg>
<div class="ml-4 mr-4">
<div class="font-medium">Info</div>
<div class="text-slate-500 mt-1">{{ message }}</div>
</div>
</div>
<span class="toast-close">✖</span>
</div>
{% endfor %}
{% else %}
<body class="login">
<div class="loadingscreen hidden">
<i data-loading-icon="ball-triangle" class="w-8 h-8 text-white"></i>
</div>
{% for message in app.flashes('neu') %}
<div class="toastify on toastify-right toastify-top" style="transform: translate(0px); top: 15px;">
<div id="success-notification-content" class="toastify-content flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" icon-name="check-circle" class="lucide lucide-check-circle text-success" data-lucide="check-circle">
<path d="m²2 11.08V12a10 10 0 11-5.93-9.14"></path>
<polyline points="22 4 12 14.01 9 11.01"></polyline>
</svg>
<div class="ml-4 mr-4">
<div class="font-medium">Info</div>
<div class="text-slate-500 mt-1">{{ message }}</div>
</div>
</div>
<span class="toast-close">✖</span>
</div>
{% endfor %}
{% for message in app.flashes('error') %}
<div class="toastify on toastify-right toastify-top" style="transform: translate(0px); top: 15px;">
<div id="success-notification-content-2" class="toastify-content flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" icon-name="check-circle" class="lucide lucide-check-circle text-danger" data-lucide="x">
<path d="m²2 11.08V12a10 10 0 11-5.93-9.14"></path>
<polyline points="22 4 12 14.01 9 11.01"></polyline>
</svg>
<div class="ml-4 mr-4">
<div class="font-medium">Info</div>
<div class="text-slate-500 mt-1">{{ message }}</div>
</div>
</div>
<span class="toast-close">✖</span>
</div>
{% endfor %}
{% endif %}
{% block body %}{% endblock %}
{% if is_granted('ROLE_USER') or is_granted('ROLE_ADMIN') %}
</div>
{% endif %}
{% include 'global/modal.html.twig' %}
{% include 'global/barrierefreiheit.html.twig' %}
{% include 'global/edittext.html.twig' %}
<script src="{{ asset('/dist/js/app.js')}}"></script>
<script src="{{ asset('/js/jquery-3.6.0.min.js')}}"></script>
<!-- END: JS Assets-->
<script type="text/javascript" src="{{ asset('/dist/plugins/DataTables/datatables.js')}}"></script>
<script type="text/javascript" src="{{ asset('/dist/plugins/DataTables/dataTables.fixedHeader.min.js')}}"></script>
{% block scripts %}{% endblock %}
<script src="{{ asset('/js/chart.js')}}"></script>
<script src="{{ asset('/js/custom.js')}}"></script>
<script src="{{ asset('/js/utilities.js')}}"></script>
<script src="https://cloud.ccm19.de/app.js?apiKey=26ba405af2c9574525ef8b006188e7b27b7e1043c7f5b068&domain=6496bc230d0a652f19061e52" referrerpolicy="origin"></script>
</body>
</html>