templates\base.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="{{ app.request.locale }}">
  3. <head>
  4.     <meta charset="utf-8">
  5.     <title>Pitaxes - Déclaration fiscale - Quasi-résident - Rectification d'impôt à la source pour frontaliers et
  6.         résidents à Genève</title>
  7.     <meta name="description"
  8.           content="Résidents Suisses, frontaliers à Genève, titulaires d'un permis B,C ou G...Nous analysons votre situation fiscale et vous proposons les meilleures solutions pour optimiser vos impôts à Genève."/>
  9.     <meta name="keywords"
  10.           content="declaration fiscale, rectification impots, quasi-resident, optimisation fiscale, frontaliers, resident, particuliers, PME, Geneve, Suisse">
  11.     <link rel="canonical" href="https://www.pitaxes.ch/"/>
  12.     <meta property="og:locale" content="fr_FR"/>
  13.     <meta property="og:type" content="website"/>
  14.     <meta property="og:title"
  15.           content="Pitaxes - Déclaration fiscale - Quasi-résident - Rectification d'impôt à la source pour frontaliers et résidents à Genève"/>
  16.     <meta property="og:description"
  17.           content="Résidents Suisses, frontaliers à Genève, titulaires d'un permis B,C ou G...Nous analysons votre situation fiscale et vous proposons les meilleures solutions pour optimiser vos impôts à Genève."/>
  18.     <meta property="og:url" content="https://www.pitaxes.ch/"/>
  19.     <meta property="og:site_name" content="Pitaxes"/>
  20.     <meta property="article:modified_time" content="2021-11-24T08:38:26+00:00"/>
  21.     <meta name="twitter:card" content="summary_large_image"/>
  22.     <meta name="twitter:label1" content="Durée de lecture est."/>
  23.     <meta name="twitter:data1" content="3 minutes"/>
  24.     <meta name="google-site-verification" content="0NMPyKdM1tW_6vWH7AlsraLFTXpyu3tK7f3Y6V42QGs"/>
  25.     <!--[if IE]>
  26.     <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1>
  27.     <![endif]-->
  28.     <link rel="icon" type="image/png" href="{{ asset('assets/img/favicon.png') }}"/>
  29.     <meta name="viewport" content="width=device-width, initial-scale=1"/>
  30.     {% block metas %}{% endblock %}
  31.     <title>{% block title %}{% endblock %}</title>
  32.     {% block stylesheets %}
  33.         <link rel="stylesheet" href="{{ preload(asset('assets/css/4.bundle.css'),{as: 'style'}) }}">
  34.         <link rel="stylesheet" href="{{ preload(asset('assets/css/bundle.css'),{as: 'style'}) }}">
  35.         <link rel="stylesheet" href="{{ preload(asset('assets/css/app.css'),{as: 'style'}) }}">
  36.         <link rel="stylesheet" href="{{ preload(asset('assets/css/dropzone.custom.css'),{as: 'style'}) }}">
  37.         <!-- Fontawesome Icons -->
  38.         {#        <script src="https://kit.fontawesome.com/e0f81bff05.js" crossorigin="anonymous"></script> #}
  39.         <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/js/all.min.js"
  40.                 integrity="sha512-6sSYJqDreZRZGkJ3b+YfdhB3MzmuP9R7X1QZ6g5aIXhRvR1Y/N/P47jmnkENm7YL3oqsmI6AK+V6AD99uWDnIw=="
  41.                 crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  42.     {% endblock %}
  43.     {% include "@CHCookieConsent/cookie_consent_styling.html.twig" %}
  44. </head>
  45. <body>
  46. {% block header %}{% endblock %}
  47. {% block main %}{% endblock %}
  48. {% block footer %}
  49.     {% include 'footer.html.twig' %}
  50. {% endblock %}
  51. {% block notifications %}
  52.     {% set display_notification = true %}
  53.     {% if display_notification %}
  54.         <div class="position-absolute" style="top:80px;right: 10px">
  55.             <div aria-live="polite" aria-atomic="true" class="d-flex justify-content-end align-items-center">
  56.                 {% for label, messages in app.flashes(['success', 'danger']) %}
  57.                     {% for message in messages %}
  58.                         <div class="toast show" role="alert" aria-live="assertive" aria-atomic="true"
  59.                              data-autohide="false">
  60.                             <div class="toast-header">
  61.                                 <strong class="mr-auto">Notifications</strong>
  62.                                 <small>A l'instant</small>
  63.                                 <button type="button" class="ml-2 mb-1 close"
  64.                                         onclick="this.parentNode.parentNode.classList.remove('show');">
  65.                                     <span aria-hidden="true">&times;</span>
  66.                                 </button>
  67.                             </div>
  68.                             <div class="toast-body">
  69.                                 {{ message }}
  70.                             </div>
  71.                         </div>
  72.                     {% endfor %}
  73.                 {% endfor %}
  74.             </div>
  75.         </div>
  76.     {% endif %}
  77. {% endblock %}
  78. {% block javascripts %}
  79.     {{ encore_entry_script_tags('js/jQuery3.5.1-SizzleCssSelector2.3.5') }}
  80.     {#    {{ encore_entry_script_tags('js/GSAP3.5.1') }} #}
  81.     {{ encore_entry_script_tags('js/Bootstrap4.5.3') }}
  82.     {{ encore_entry_script_tags('js/bootstrap') }}
  83.     {{ encore_entry_script_tags('js/animations.c4ee1ca2') }}
  84.     {{ encore_entry_script_tags('js/app.852bcdf3') }}
  85.     {{ encore_entry_script_tags('js/app') }}
  86.     {% if chcookieconsent_isCategoryAllowedByUser('analytics') == true %}
  87.     {% include 'tag/google_tag_manager.html.twig' %}
  88.     <!-- Facebook Pixel Code -->
  89.     <script>
  90.         !function (f, b, e, v, n, t, s) {
  91.             if (f.fbq) return;
  92.             n = f.fbq = function () {
  93.                 n.callMethod ?
  94.                     n.callMethod.apply(n, arguments) : n.queue.push(arguments)
  95.             };
  96.             if (!f._fbq) f._fbq = n;
  97.             n.push = n;
  98.             n.loaded = !0;
  99.             n.version = '2.0';
  100.             n.queue = [];
  101.             t = b.createElement(e);
  102.             t.async = !0;
  103.             t.src = v;
  104.             s = b.getElementsByTagName(e)[0];
  105.             s.parentNode.insertBefore(t, s)
  106.         }(window, document, 'script',
  107.             'https://connect.facebook.net/en_US/fbevents.js');
  108.         fbq('init', '448586769633392');
  109.         fbq('track', 'PageView');
  110.     </script>
  111.     <noscript><img height="1" width="1" style="display:none"
  112.                    src="https://www.facebook.com/tr?id=448586769633392&ev=PageView&noscript=1"
  113.         /></noscript>
  114.     <!-- End Facebook Pixel Code -->
  115.     {% endif %}
  116.     <script src='{{ preload(asset('bundles/chcookieconsent/js/cookie_consent.js'),{as: 'script'}) }}'></script>
  117. {% endblock %}
  118. {% block morejavascripts %}
  119. {% endblock %}
  120. {% block cookieconsent %}
  121. {% endblock %}
  122. {% block floatableActionButtons %}
  123. {% endblock %}
  124. </body>
  125. </html>