templates/entreprise/privacy.html.twig line 8

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block stylesheets %}
  3.     {{ parent() }}
  4. {% endblock stylesheets %}
  5. {% block body %}
  6.     {% for ent in entreprise  %}
  7.         {{ ent.privacy | raw }}
  8.     {% endfor %}
  9.   {# End main #}
  10. {% endblock body %}
  11. {% block javascripts %}
  12.     {{ parent() }}
  13.     
  14.     
  15.     
  16. {% endblock javascripts %}