source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
Maths Educ
Liste des Administrateurs
";
// line 27
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["administrators"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["admin"]) {
// line 28
echo " -
";
// line 29
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["admin"], "username", [], "any", false, false, false, 29), "html", null, true);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['admin'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 36
echo "
";
}
public function getTemplateName()
{
return "adminAdministrators.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 85 => 36, 72 => 29, 69 => 28, 65 => 27, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "adminAdministrators.twig", "C:\\MAMP\\htdocs\\3.01-QCM_MuscuMaths\\Website\\templates\\adminAdministrators.twig");
}
}