var/cache/test/twig/d7/d768e7c089dab825e1b184a3a20503f8.php line 38

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. /* @ProductsNotifications/portal/opt_in/notice.html.twig */
  14. class __TwigTemplate_12d8d30b777568e927d74fa54d6a9771 extends \Twig\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.             'content' => [$this'block_content'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "@ProductsNotifications/portal/opt_in/base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ProductsNotifications/portal/opt_in/notice.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ProductsNotifications/portal/opt_in/notice.html.twig"));
  38.         $this->parent $this->loadTemplate("@ProductsNotifications/portal/opt_in/base.html.twig""@ProductsNotifications/portal/opt_in/notice.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 3
  46.     public function block_content($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  53.         // line 4
  54.         echo "    <div class=\"mp-signin\">
  55.         <h2>Opt-in error</h2>
  56.         <h3>Contact information not found at the school</h3>
  57.         <p class=\"form-mutedtxt mt-5\">
  58.             <small>
  59.                 Your information must be pre-registered with the school in order to opt-in for notifications.
  60.                 Only parents and staff that are associated with the school are able to receive messaging.
  61.             </small>
  62.         </p>
  63.         <a href=\"";
  64.         // line 13
  65.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app.notifications.portal.opt_in.main");
  66.         echo "\" class=\"btn btn-success\" style=\"color: white;\">Go Back</a>
  67.     </div>
  68. ";
  69.         
  70.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  71.         
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  73.     }
  74.     public function getTemplateName()
  75.     {
  76.         return "@ProductsNotifications/portal/opt_in/notice.html.twig";
  77.     }
  78.     public function isTraitable()
  79.     {
  80.         return false;
  81.     }
  82.     public function getDebugInfo()
  83.     {
  84.         return array (  79 => 13,  68 => 4,  58 => 3,  35 => 1,);
  85.     }
  86.     public function getSourceContext()
  87.     {
  88.         return new Source("{% extends '@ProductsNotifications/portal/opt_in/base.html.twig' %}
  89. {% block content %}
  90.     <div class=\"mp-signin\">
  91.         <h2>Opt-in error</h2>
  92.         <h3>Contact information not found at the school</h3>
  93.         <p class=\"form-mutedtxt mt-5\">
  94.             <small>
  95.                 Your information must be pre-registered with the school in order to opt-in for notifications.
  96.                 Only parents and staff that are associated with the school are able to receive messaging.
  97.             </small>
  98.         </p>
  99.         <a href=\"{{ path('app.notifications.portal.opt_in.main') }}\" class=\"btn btn-success\" style=\"color: white;\">Go Back</a>
  100.     </div>
  101. {% endblock %}
  102. ""@ProductsNotifications/portal/opt_in/notice.html.twig""/var/www/campussuite/src/Products/NotificationsBundle/Resources/views/portal/opt_in/notice.html.twig");
  103.     }
  104. }