templates/adhesion/form.html.twig line 1

Open in your IDE?
  1. {% form_theme form 'bootstrap_4_layout.html.twig' %}
  2. {% include 'headerlogin.html.twig' %}
  3. <body>
  4. <div class="container-scroller">
  5. <div class="container-fluid page-body-wrapper full-page-wrapper inscription">
  6. <div class="row flex-grow">
  7. <div class="col-lg-4 mx-auto" style="margin-right: 10%; background: #e8eff4;">
  8. </div>
  9. <div class="col-lg-8 mx-auto" style="margin-right: 10%; background: white;">
  10. <div class="card-body " style="background-color : white; width : 95%; margin-top : 5%; margin-left : 2%;">
  11. <p> <img style="width : 40%; margin-left : 30%;" src="{{asset('images/icones/logo.jpeg')}}"> </p>
  12. <h2 class="font-weight-bold" style="color : #3673bc;"> J'ADHERE AU CNC </h2>
  13. <div class="row" style="font-weight : bold;">
  14. <div class="col-md-12">
  15. {{form((form))}}
  16. </div>
  17. <div class="col-md-6 ml-auto mr-auto">
  18. <div id="worldMap" style="height: 300px;"></div>
  19. </div>
  20. </div>
  21. </div>
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. <!-- content-wrapper ends -->
  27. </div>
  28. <!-- page-body-wrapper ends -->
  29. {#
  30. Uncomment this section and add a remember_me option below your firewall to activate remember me functionality.
  31. See https://symfony.com/doc/current/security/remember_me.html
  32. <div class="checkbox mb-3">
  33. <label>
  34. <input type="checkbox" name="_remember_me"> Remember me
  35. </label>
  36. </div>
  37. #}
  38. {% include 'footer.html.twig' %}