var/cache/dev/twig/e6/e61d040f231dc7baa805764e4c86f4cdd991b29f1f52dbcd5623986b36f471b2.php line 88

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. /* fiche/_includes/insertion-non-participant.html.twig */
  14. class __TwigTemplate_e6e92c44e7d5c2d0761863159fc58dc2e2c1729656cf5f7de2dafd1d364c4df3 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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""fiche/_includes/insertion-non-participant.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""fiche/_includes/insertion-non-participant.html.twig"));
  33.         // line 1
  34.         if ((isset($context["formations"]) || array_key_exists("formations"$context) ? $context["formations"] : (function () { throw new RuntimeError('Variable "formations" does not exist.'1$this->source); })())) {
  35.             // line 2
  36.             echo "<div class=\"fiche-module fiche-module-prospect formations\">
  37.     <h2>Formations</h2>
  38.     <ul>
  39.         ";
  40.             // line 5
  41.             $context['_parent'] = $context;
  42.             $context['_seq'] = twig_ensure_traversable((isset($context["formations"]) || array_key_exists("formations"$context) ? $context["formations"] : (function () { throw new RuntimeError('Variable "formations" does not exist.'5$this->source); })()));
  43.             foreach ($context['_seq'] as $context["_key"] => $context["ItemsInsertion"]) {
  44.                 // line 6
  45.                 echo "            <li>
  46.                 ";
  47.                 // line 7
  48.                 echo $this->extensions['App\Twig\ItemsInsertionExtension']->itemIdLibelle(twig_get_attribute($this->env$this->source$context["ItemsInsertion"], "identifiant", [], "any"falsefalsefalse7));
  49.                 echo "
  50.             </li>
  51.         ";
  52.             }
  53.             $_parent $context['_parent'];
  54.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ItemsInsertion'], $context['_parent'], $context['loop']);
  55.             $context array_intersect_key($context$_parent) + $_parent;
  56.             // line 10
  57.             echo "    </ul>
  58. </div>
  59. ";
  60.         }
  61.         // line 13
  62.         echo "
  63. ";
  64.         // line 14
  65.         if ((isset($context["langues"]) || array_key_exists("langues"$context) ? $context["langues"] : (function () { throw new RuntimeError('Variable "langues" does not exist.'14$this->source); })())) {
  66.             // line 15
  67.             echo "<div class=\"fiche-module fiche-module-prospect langues\">
  68.     <h2>Langues</h2>
  69.     <ul>
  70.         ";
  71.             // line 18
  72.             $context['_parent'] = $context;
  73.             $context['_seq'] = twig_ensure_traversable((isset($context["langues"]) || array_key_exists("langues"$context) ? $context["langues"] : (function () { throw new RuntimeError('Variable "langues" does not exist.'18$this->source); })()));
  74.             foreach ($context['_seq'] as $context["_key"] => $context["ItemsInsertion"]) {
  75.                 // line 19
  76.                 echo "            <li>
  77.                ";
  78.                 // line 20
  79.                 echo $this->extensions['App\Twig\ItemsInsertionExtension']->itemIdLibelle(twig_get_attribute($this->env$this->source$context["ItemsInsertion"], "identifiant", [], "any"falsefalsefalse20));
  80.                 echo "
  81.                ";
  82.                 // line 21
  83.                 if (twig_get_attribute($this->env$this->source$context["ItemsInsertion"], "texte", [], "any"falsefalsefalse21)) {
  84.                     echo " ";
  85.                     echo twig_get_attribute($this->env$this->source$context["ItemsInsertion"], "texte", [], "any"falsefalsefalse21);
  86.                     echo " ";
  87.                 }
  88.                 // line 22
  89.                 echo "            </li>
  90.         ";
  91.             }
  92.             $_parent $context['_parent'];
  93.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ItemsInsertion'], $context['_parent'], $context['loop']);
  94.             $context array_intersect_key($context$_parent) + $_parent;
  95.             // line 24
  96.             echo "    </ul>
  97. </div>
  98. ";
  99.         }
  100.         // line 27
  101.         echo "
  102. ";
  103.         
  104.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  105.         
  106.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  107.     }
  108.     public function getTemplateName()
  109.     {
  110.         return "fiche/_includes/insertion-non-participant.html.twig";
  111.     }
  112.     public function isTraitable()
  113.     {
  114.         return false;
  115.     }
  116.     public function getDebugInfo()
  117.     {
  118.         return array (  110 => 27,  105 => 24,  98 => 22,  92 => 21,  88 => 20,  85 => 19,  81 => 18,  76 => 15,  74 => 14,  71 => 13,  66 => 10,  57 => 7,  54 => 6,  50 => 5,  45 => 2,  43 => 1,);
  119.     }
  120.     public function getSourceContext()
  121.     {
  122.         return new Source("{% if formations %}
  123. <div class=\"fiche-module fiche-module-prospect formations\">
  124.     <h2>Formations</h2>
  125.     <ul>
  126.         {% for ItemsInsertion in formations %}
  127.             <li>
  128.                 {{ ItemsInsertion.identifiant | itemIdLibelle | raw }}
  129.             </li>
  130.         {% endfor %}
  131.     </ul>
  132. </div>
  133. {% endif %}
  134. {% if langues %}
  135. <div class=\"fiche-module fiche-module-prospect langues\">
  136.     <h2>Langues</h2>
  137.     <ul>
  138.         {% for ItemsInsertion in langues %}
  139.             <li>
  140.                {{ ItemsInsertion.identifiant | itemIdLibelle | raw }}
  141.                {% if ItemsInsertion.texte %} {{ ItemsInsertion.texte | raw }} {% endif %}
  142.             </li>
  143.         {% endfor %}
  144.     </ul>
  145. </div>
  146. {% endif %}
  147. ""fiche/_includes/insertion-non-participant.html.twig""/app/templates/fiche/_includes/insertion-non-participant.html.twig");
  148.     }
  149. }