var/cache/dev/twig/29/2900f8e61fd025354558ae4863d30cab.php line 50

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. /* Forgot/complete.twig */
  14. class __TwigTemplate_843e3d53f6bb2b292f5b5ac1a91662b6 extends \Eccube\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.             'main' => [$this'block_main'],
  24.         ];
  25.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  26.         $this->checkSecurity();
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 11
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/complete.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Forgot/complete.twig"));
  40.         $this->parent $this->loadTemplate("default_frame.twig""Forgot/complete.twig"11);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 13
  48.     public function block_main($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  55.         // line 14
  56.         echo "    <div class=\"ec-role\">
  57.         <div class=\"ec-pageHeader\">
  58.             <h1>";
  59.         // line 16
  60.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("パスワードの再設定(メール送信)"), "html"nulltrue);
  61.         echo "</h1>
  62.         </div>
  63.     </div>
  64.     <div class=\"ec-forgetCompleteRole\">
  65.         <div class=\"ec-off3Grid ec-text-ac\">
  66.             <div class=\"ec-off3Grid__cell\">
  67.                 <div class=\"ec-reportHeading\">
  68.                     <h2>";
  69.         // line 23
  70.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("パスワード再設定メールの送信が完了しました。"), "html"nulltrue);
  71.         echo "</h2>
  72.                 </div>
  73.                 <p class=\"ec-reportDescription\">";
  74.         // line 25
  75.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご登録メールアドレスにパスワードを再設定するためのメールを送信いたしました。
  76. メールの内容をご確認いただきますよう、お願いいたします。
  77. ※メールが届かない場合はメールアドレスをご確認の上、再度お試しください。
  78. "), "html"nulltrue);
  79.         // line 28
  80.         echo "</p>
  81.             </div>
  82.         </div>
  83.     </div>
  84. ";
  85.         
  86.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  87.         
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  89.     }
  90.     public function getTemplateName()
  91.     {
  92.         return "Forgot/complete.twig";
  93.     }
  94.     public function isTraitable()
  95.     {
  96.         return false;
  97.     }
  98.     public function getDebugInfo()
  99.     {
  100.         return array (  94 => 28,  89 => 25,  84 => 23,  74 => 16,  70 => 14,  60 => 13,  37 => 11,);
  101.     }
  102.     public function getSourceContext()
  103.     {
  104.         return new Source("{#
  105. This file is part of EC-CUBE
  106. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  107. http://www.ec-cube.co.jp/
  108. For the full copyright and license information, please view the LICENSE
  109. file that was distributed with this source code.
  110. #}
  111. {% extends 'default_frame.twig' %}
  112. {% block main %}
  113.     <div class=\"ec-role\">
  114.         <div class=\"ec-pageHeader\">
  115.             <h1>{{ 'パスワードの再設定(メール送信)'|trans }}</h1>
  116.         </div>
  117.     </div>
  118.     <div class=\"ec-forgetCompleteRole\">
  119.         <div class=\"ec-off3Grid ec-text-ac\">
  120.             <div class=\"ec-off3Grid__cell\">
  121.                 <div class=\"ec-reportHeading\">
  122.                     <h2>{{ 'パスワード再設定メールの送信が完了しました。'|trans }}</h2>
  123.                 </div>
  124.                 <p class=\"ec-reportDescription\">{{ 'ご登録メールアドレスにパスワードを再設定するためのメールを送信いたしました。
  125. メールの内容をご確認いただきますよう、お願いいたします。
  126. ※メールが届かない場合はメールアドレスをご確認の上、再度お試しください。
  127. '|trans }}</p>
  128.             </div>
  129.         </div>
  130.     </div>
  131. {% endblock %}
  132. ""Forgot/complete.twig""/home/egonet/c-bcl.com/public_html/shop/app/template/lag/Forgot/complete.twig");
  133.     }
  134.     
  135.     public function checkSecurity()
  136.     {
  137.         static $tags = array();
  138.         static $filters = array("escape" => 16"trans" => 16);
  139.         static $functions = array();
  140.         try {
  141.             $this->sandbox->checkSecurity(
  142.                 [],
  143.                 ['escape''trans'],
  144.                 []
  145.             );
  146.         } catch (SecurityError $e) {
  147.             $e->setSourceContext($this->source);
  148.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  149.                 $e->setTemplateLine($tags[$e->getTagName()]);
  150.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  151.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  152.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  153.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  154.             }
  155.             throw $e;
  156.         }
  157.     }
  158. }