var/cache/dev/twig/ea/ea983d2182891144b96e9c629fdec068.php line 39

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* general/financement.html.twig */
  14. class __TwigTemplate_2b536a74017ca5bac44d7ec9d379d1dc extends Template
  15. {
  16. private $source;
  17. private $macros = [];
  18. public function __construct(Environment $env)
  19. {
  20. parent::__construct($env);
  21. $this->source = $this->getSourceContext();
  22. $this->blocks = [
  23. 'title' => [$this, 'block_title'],
  24. 'body' => [$this, 'block_body'],
  25. ];
  26. }
  27. protected function doGetParent(array $context)
  28. {
  29. // line 10
  30. return "basepm.html.twig";
  31. }
  32. protected function doDisplay(array $context, array $blocks = [])
  33. {
  34. $macros = $this->macros;
  35. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "general/financement.html.twig"));
  37. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "general/financement.html.twig"));
  39. $this->parent = $this->loadTemplate("basepm.html.twig", "general/financement.html.twig", 10);
  40. $this->parent->display($context, array_merge($this->blocks, $blocks));
  41. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  43. }
  44. // line 12
  45. public function block_title($context, array $blocks = [])
  46. {
  47. $macros = $this->macros;
  48. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  49. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  50. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  51. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  52. echo "Le financement de l’association « PROJETS METIERS »";
  53. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  54. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  55. }
  56. // line 14
  57. public function block_body($context, array $blocks = [])
  58. {
  59. $macros = $this->macros;
  60. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  61. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  62. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  63. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  64. // line 15
  65. echo " <div class=\"container-sm\">
  66. <h1 class=\"txtRouges\">Le financement de l'association « PROJETS METIERS »</h1>
  67. <p>
  68. Les ressources de l’association proviennent exclusivement de quatre sources :
  69. </p>
  70. <p>
  71. <ul>
  72. <li>des cotisations de ses membres ; </li>
  73. <li>de plusieurs Fondations ; </li>
  74. <li>de la Taxe d’apprentissage ; </li>
  75. <li>des subventions reçues de plusieurs Conseils Régionaux. </li>
  76. </ul>
  77. </p>
  78. <p>
  79. Le bénévolat de ses dirigeants et le fonctionnement de sa structure en télétravail depuis la fondation en 2010 permettent de consacrer la quasi-totalité de ses ressources au développement et au fonctionnement de sa plateforme informatique et surtout à l’aide apportée aux établissements scolaires partenaires.
  80. </p>
  81. </div>
  82. </div>
  83. <div>
  84. </br>
  85. </br>
  86. </br>S
  87. </div>
  88. <div>
  89. </br>
  90. </br>
  91. </br>
  92. </div>
  93. ";
  94. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  95. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  96. }
  97. /**
  98. * @codeCoverageIgnore
  99. */
  100. public function getTemplateName()
  101. {
  102. return "general/financement.html.twig";
  103. }
  104. /**
  105. * @codeCoverageIgnore
  106. */
  107. public function isTraitable()
  108. {
  109. return false;
  110. }
  111. /**
  112. * @codeCoverageIgnore
  113. */
  114. public function getDebugInfo()
  115. {
  116. return array ( 88 => 15, 78 => 14, 59 => 12, 36 => 10,);
  117. }
  118. public function getSourceContext()
  119. {
  120. return new Source("{#
  121. /*
  122. * Ce fichier est la propriété de l'association (c) Projets Métiers
  123. *
  124. * (c) crée par Jean-Marc CATALA <jeanmmarccatala@gmail.com>
  125. *
  126. */
  127. #}
  128. {% extends 'basepm.html.twig' %}
  129. {% block title %}Le financement de l’association « PROJETS METIERS »{% endblock %}
  130. {% block body %}
  131. <div class=\"container-sm\">
  132. <h1 class=\"txtRouges\">Le financement de l'association « PROJETS METIERS »</h1>
  133. <p>
  134. Les ressources de l’association proviennent exclusivement de quatre sources :
  135. </p>
  136. <p>
  137. <ul>
  138. <li>des cotisations de ses membres ; </li>
  139. <li>de plusieurs Fondations ; </li>
  140. <li>de la Taxe d’apprentissage ; </li>
  141. <li>des subventions reçues de plusieurs Conseils Régionaux. </li>
  142. </ul>
  143. </p>
  144. <p>
  145. Le bénévolat de ses dirigeants et le fonctionnement de sa structure en télétravail depuis la fondation en 2010 permettent de consacrer la quasi-totalité de ses ressources au développement et au fonctionnement de sa plateforme informatique et surtout à l’aide apportée aux établissements scolaires partenaires.
  146. </p>
  147. </div>
  148. </div>
  149. <div>
  150. </br>
  151. </br>
  152. </br>S
  153. </div>
  154. <div>
  155. </br>
  156. </br>
  157. </br>
  158. </div>
  159. {% endblock %}", "general/financement.html.twig", "/srv/data/web/vhosts/projetsmetiers.org/htdocs/templates/general/financement.html.twig");
  160. }
  161. }