var/cache/dev/twig/78/781273ee9e522c9140ccd1a539f5e32a.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. /* Contact/complete.twig */
  14. class __TwigTemplate_e1230896f1b16f1a5df91054174ee17e 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""Contact/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""Contact/complete.twig"));
  40.         $this->parent $this->loadTemplate("default_frame.twig""Contact/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-contactCompleteRole\">
  65.         <div class=\"ec-reportHeading\">
  66.             <h2>";
  67.         // line 21
  68.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お問い合わせ内容の送信が完了いたしました"), "html"nulltrue);
  69.         echo "</h2>
  70.         </div>
  71.         <div class=\"ec-off3Grid ec-text-ac\">
  72.             <div class=\"ec-off3Grid__cell\">
  73.                 <p class=\"ec-reportDescription\">";
  74.         // line 25
  75.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。"), "html"nulltrue);
  76.         echo "</p>
  77.             </div>
  78.         </div>
  79.         <div class=\"ec-off4Grid\">
  80.             <div class=\"ec-off4Grid__cell\"><a class=\"ec-blockBtn--cancel\" href=\"";
  81.         // line 29
  82.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  83.         echo "\">";
  84.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("トップページへ"), "html"nulltrue);
  85.         echo "</a></div>
  86.         </div>
  87.     </div>
  88. ";
  89.         
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  91.         
  92.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  93.     }
  94.     public function getTemplateName()
  95.     {
  96.         return "Contact/complete.twig";
  97.     }
  98.     public function isTraitable()
  99.     {
  100.         return false;
  101.     }
  102.     public function getDebugInfo()
  103.     {
  104.         return array (  96 => 29,  89 => 25,  82 => 21,  74 => 16,  70 => 14,  60 => 13,  37 => 11,);
  105.     }
  106.     public function getSourceContext()
  107.     {
  108.         return new Source("{#
  109. This file is part of EC-CUBE
  110. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  111. http://www.ec-cube.co.jp/
  112. For the full copyright and license information, please view the LICENSE
  113. file that was distributed with this source code.
  114. #}
  115. {% extends 'default_frame.twig' %}
  116. {% block main %}
  117.     <div class=\"ec-role\">
  118.         <div class=\"ec-pageHeader\">
  119.             <h1>{{ 'お問い合わせ(完了)'|trans }}</h1>
  120.         </div>
  121.     </div>
  122.     <div class=\"ec-contactCompleteRole\">
  123.         <div class=\"ec-reportHeading\">
  124.             <h2>{{ 'お問い合わせ内容の送信が完了いたしました'|trans }}</h2>
  125.         </div>
  126.         <div class=\"ec-off3Grid ec-text-ac\">
  127.             <div class=\"ec-off3Grid__cell\">
  128.                 <p class=\"ec-reportDescription\">{{ '万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。'|trans }}</p>
  129.             </div>
  130.         </div>
  131.         <div class=\"ec-off4Grid\">
  132.             <div class=\"ec-off4Grid__cell\"><a class=\"ec-blockBtn--cancel\" href=\"{{ url('homepage') }}\">{{'トップページへ'|trans}}</a></div>
  133.         </div>
  134.     </div>
  135. {% endblock %}
  136. ""Contact/complete.twig""/home/tomodashokai/tomoda.ne.jp/public_html/shop.tomoda.ne.jp/src/Eccube/Resource/template/default/Contact/complete.twig");
  137.     }
  138.     
  139.     public function checkSecurity()
  140.     {
  141.         static $tags = array();
  142.         static $filters = array("escape" => 16"trans" => 16);
  143.         static $functions = array("url" => 29);
  144.         try {
  145.             $this->sandbox->checkSecurity(
  146.                 [],
  147.                 ['escape''trans'],
  148.                 ['url']
  149.             );
  150.         } catch (SecurityError $e) {
  151.             $e->setSourceContext($this->source);
  152.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  153.                 $e->setTemplateLine($tags[$e->getTagName()]);
  154.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  155.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  156.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  157.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  158.             }
  159.             throw $e;
  160.         }
  161.     }
  162. }