templates/partials/footer.html.twig line 1

Open in your IDE?
  1. <div id="footer">
  2.     <p class="text-center">
  3.         <a href="http://www.interfor.fr" target="_blank">interfor.fr</a>
  4.         <a href="{{ path('legal_notice') }}">Mentions légales</a>
  5.         {% if 'entreprises' in app.request.uri or  'offre' in app.request.uri or  'company' in app.request.uri %}
  6.         <a style="color: var(--bs-gray-600);cursor: pointer" data-toggle="modal"  data-target="#show-contact">
  7.            <span>Contacter Inferfor</span>
  8.         </a>
  9.         {% endif %}
  10.     </p>
  11. </div>