LaLiga-BackEnd/var/cache/dev/twig/71/71b467805580378052393d71e2d...

92 lines
3.0 KiB
PHP

<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* declinedRequest.html.twig */
class __TwigTemplate_427d52cfa4fcebb1cce72f6f27e44d81 extends Template
{
private $source;
private $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 = [])
{
$macros = $this->macros;
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "declinedRequest.html.twig"));
// line 1
echo "<h1>Hola ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["rejectedUser"]) || array_key_exists("rejectedUser", $context) ? $context["rejectedUser"] : (function () { throw new RuntimeError('Variable "rejectedUser" does not exist.', 1, $this->source); })()), "name", [], "any", false, false, false, 1), "html", null, true);
echo "!</h1>
<p>
Lo sentimos, el presidente de ";
// line 4
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["league"]) || array_key_exists("league", $context) ? $context["league"] : (function () { throw new RuntimeError('Variable "league" does not exist.', 4, $this->source); })()), "name", [], "any", false, false, false, 4), "html", null, true);
echo " ha rechazado tu solicitud para unirte. Aqui mas texto se puede decir que contacte con el presidente
e intente de nuevo.
</p>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "declinedRequest.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 47 => 4, 40 => 1,);
}
public function getSourceContext()
{
return new Source("<h1>Hola {{ rejectedUser.name }}!</h1>
<p>
Lo sentimos, el presidente de {{ league.name }} ha rechazado tu solicitud para unirte. Aqui mas texto se puede decir que contacte con el presidente
e intente de nuevo.
</p>
", "declinedRequest.html.twig", "D:\\My Stuff\\DEVELOPMENT\\LaLiga\\LaLiga-BackEnd\\templates\\declinedRequest.html.twig");
}
}