*/ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield " Wiki Fantasy : Inscription
\"coeur\" \"toggle \"quizz\"
\"Logo\"
\"user\"

▶ "; // line 28 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["test"] ?? null), "html", null, true); yield " ◀

Identifiant *

Email *

Mot de passe *

env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["errors"] ?? null), "html", null, true); yield "\"/>

Confirmer mot de passe *

env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["errors"] ?? null), "html", null, true); yield "\" required/>

Image *

"; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "signin1.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 97 => 48, 89 => 43, 71 => 28, 42 => 1,); } public function getSourceContext(): Source { return new Source("", "signin1.html.twig", "/Users/kiem/Documents/WikiFantasy/WF-Website/vue/templates/signin1.html.twig"); } }