var/cache/dev/twig/c0/c0d22c65e0614bb12772443ec372d4fd.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. /* @user_data/introduction.twig */
  14. class __TwigTemplate_268fdbf0572f2bf142206c0110a2ffa8 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 1
  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""@user_data/introduction.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""@user_data/introduction.twig"));
  40.         $this->parent $this->loadTemplate("default_frame.twig""@user_data/introduction.twig"1);
  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 3
  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 4
  56.         echo "<div class=\"ec-role\">
  57.     <div class=\"ec-secHeading contents_title_main\">
  58.         <span class=\"ec-secHeading__en\">";
  59.         // line 6
  60.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("FOR THOSE CONSIDERING COMMERCIAL USE"), "html"nulltrue);
  61.         echo "</span><br>
  62.         <span class=\"ec-secHeading__ja\"><h1>";
  63.         // line 7
  64.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("業務用・卸取引をご検討の方へ"), "html"nulltrue);
  65.         echo "</h1></span>
  66.     </div>
  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 "@user_data/introduction.twig";
  77.     }
  78.     public function isTraitable()
  79.     {
  80.         return false;
  81.     }
  82.     public function getDebugInfo()
  83.     {
  84.         return array (  78 => 7,  74 => 6,  70 => 4,  60 => 3,  37 => 1,);
  85.     }
  86.     public function getSourceContext()
  87.     {
  88.         return new Source("{% extends 'default_frame.twig' %}
  89. {% block main %}
  90. <div class=\"ec-role\">
  91.     <div class=\"ec-secHeading contents_title_main\">
  92.         <span class=\"ec-secHeading__en\">{{ 'FOR THOSE CONSIDERING COMMERCIAL USE'|trans }}</span><br>
  93.         <span class=\"ec-secHeading__ja\"><h1>{{ '業務用・卸取引をご検討の方へ'|trans }}</h1></span>
  94.     </div>
  95. </div>
  96. {% endblock %}""@user_data/introduction.twig""/home/xs031638/hieiyuba.xyz/public_html/pro/app/template/user_data/introduction.twig");
  97.     }
  98.     
  99.     public function checkSecurity()
  100.     {
  101.         static $tags = array();
  102.         static $filters = array("escape" => 6"trans" => 6);
  103.         static $functions = array();
  104.         try {
  105.             $this->sandbox->checkSecurity(
  106.                 [],
  107.                 ['escape''trans'],
  108.                 []
  109.             );
  110.         } catch (SecurityError $e) {
  111.             $e->setSourceContext($this->source);
  112.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  113.                 $e->setTemplateLine($tags[$e->getTagName()]);
  114.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  115.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  116.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  117.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  118.             }
  119.             throw $e;
  120.         }
  121.     }
  122. }