var/cache/dev/twig/83/832877a93606163da6ed8c84313a2cc4.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. /* @user_data/business_hours.twig */
  14. class __TwigTemplate_55f0bd2d607df9a3c5511f02064343d2 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.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "default_frame.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""@user_data/business_hours.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""@user_data/business_hours.twig"));
  38.         $this->parent $this->loadTemplate("default_frame.twig""@user_data/business_hours.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 4
  46.     public function block_main($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""main"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  53.         // line 5
  54.         echo "<div class=\"xs-gutter\">
  55.     <div class=\"help-content-container\">
  56.         <h1>";
  57.         // line 7
  58.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("営業時間帯"), "html"nulltrue);
  59.         echo "</h1>
  60.         <p class=\"help-content-container__body mt-6\">
  61.             ネットでのご注文は24時間受け付けております。お電話でのお問合せは下記の時間帯にお願いします。
  62.         </p>
  63.         <div class=\"mt-8\">
  64.             <p class=\"help-content-container__body\">月~金 <strong>10:00~16:00</strong></p>
  65.             <p class=\"help-content-container__body text-danger\">※土日祝祭日、夏季休業日、年末年始はお休みをいただきます。
  66.                     メールの返信は翌営業日以降となりますので、ご了承ください。</p>
  67.         </div>
  68.     </div>
  69. </div>
  70. ";
  71.         
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  73.         
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  75.     }
  76.     public function getTemplateName()
  77.     {
  78.         return "@user_data/business_hours.twig";
  79.     }
  80.     public function isTraitable()
  81.     {
  82.         return false;
  83.     }
  84.     public function getDebugInfo()
  85.     {
  86.         return array (  72 => 7,  68 => 5,  58 => 4,  35 => 1,);
  87.     }
  88.     public function getSourceContext()
  89.     {
  90.         return new Source("{% extends 'default_frame.twig' %}
  91. {% block main %}
  92. <div class=\"xs-gutter\">
  93.     <div class=\"help-content-container\">
  94.         <h1>{{ '営業時間帯'|trans }}</h1>
  95.         <p class=\"help-content-container__body mt-6\">
  96.             ネットでのご注文は24時間受け付けております。お電話でのお問合せは下記の時間帯にお願いします。
  97.         </p>
  98.         <div class=\"mt-8\">
  99.             <p class=\"help-content-container__body\">月~金 <strong>10:00~16:00</strong></p>
  100.             <p class=\"help-content-container__body text-danger\">※土日祝祭日、夏季休業日、年末年始はお休みをいただきます。
  101.                     メールの返信は翌営業日以降となりますので、ご了承ください。</p>
  102.         </div>
  103.     </div>
  104. </div>
  105. {% endblock %}""@user_data/business_hours.twig""/home/xs804421/stg.denzai-bluewood.com/public_html/app/template/user_data/business_hours.twig");
  106.     }
  107. }