var/cache/dev/twig/eb/eb1f7317de7ed964dc48714a63e9782c06720fd8a7a71d1a4b39e3941ef1353c.php line 49

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. /* Help/about.twig */
  14. class __TwigTemplate_fe245cc642bb3333fea9c818431a53287628026fd3f9429eee776e768fa01c54 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.             'stylesheet' => [$this'block_stylesheet'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 11
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/about.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/about.twig"));
  39.         $this->parent $this->loadTemplate("default_frame.twig""Help/about.twig"11);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  43.         
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  45.     }
  46.     // line 13
  47.     public function block_stylesheet($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  54.         // line 14
  55.         echo "    <style>
  56.         .ec-off1Grid .attorney {
  57.             margin: 70px auto;
  58.         }
  59.         .ec-off1Grid .attorney p {
  60.             font-family: \"Noto Serif JP\";
  61.             font-weight: bold;
  62.             font-size: 18px;
  63.             line-height: 40px;
  64.             text-align: center;
  65.             color: #009fff;
  66.         }
  67.         .ec-off1Grid .attorney a {
  68.             display: block;
  69.             max-width: 400px;
  70.             width: 100%;
  71.             margin: auto;
  72.         }
  73.         .ec-off1Grid .attorney a img {
  74.             width: 100%;
  75.             height: auto;
  76.         }
  77.         .ec-off1Grid .attorney a:hover {
  78.             opacity: .85;
  79.         }
  80.     </style>
  81. ";
  82.         
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  84.         
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  86.     }
  87.     // line 42
  88.     public function block_main($context, array $blocks = [])
  89.     {
  90.         $macros $this->macros;
  91.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  93.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  94.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  95.         // line 43
  96.         echo "
  97. <div class=\"ec-role\">
  98.     <div class=\"ec-pageHeader\">
  99.         <h1>";
  100.         // line 46
  101.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("当サイトについて"), "html"nulltrue);
  102.         echo "</h1>
  103.     </div>
  104.     <div class=\"ec-off1Grid\">
  105.         <div class=\"ec-off1Grid__cell\">
  106.             <div class=\"ec-borderedDefs\">
  107.                 ";
  108.         // line 51
  109.         if ( !twig_test_empty(((twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "shop_name", [], "any"truetruefalse51)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "shop_name", [], "any"falsefalsefalse51))) : ("")))) {
  110.             // line 52
  111.             echo "                    <dl id=\"help_about_box__shop_name\">
  112.                         <dt>
  113.                             <label class=\"ec-label\">";
  114.             // line 54
  115.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("店名"), "html"nulltrue);
  116.             echo "</label>
  117.                         </dt>
  118.                         <dd>";
  119.             // line 56
  120.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'56$this->source); })()), "shop_name", [], "any"falsefalsefalse56), "html"nulltrue);
  121.             echo "</dd>
  122.                     </dl>
  123.                 ";
  124.         }
  125.         // line 59
  126.         echo "                ";
  127.         if ( !twig_test_empty(((twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "company_name", [], "any"truetruefalse59)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "company_name", [], "any"falsefalsefalse59))) : ("")))) {
  128.             // line 60
  129.             echo "                    <dl id=\"help_about_box__company_name\">
  130.                         <dt>
  131.                             <label class=\"ec-label\">";
  132.             // line 62
  133.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("会社名"), "html"nulltrue);
  134.             echo "</label>
  135.                         </dt>
  136.                         <dd>";
  137.             // line 64
  138.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'64$this->source); })()), "company_name", [], "any"falsefalsefalse64), "html"nulltrue);
  139.             echo "</dd>
  140.                     </dl>
  141.                 ";
  142.         }
  143.         // line 67
  144.         echo "
  145.                 ";
  146.         // line 68
  147.         if ( !twig_test_empty(((twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "postal_code", [], "any"truetruefalse68)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "postal_code", [], "any"falsefalsefalse68))) : ("")))) {
  148.             // line 69
  149.             echo "                    <dl id=\"help_about_box__address\">
  150.                         <dt>
  151.                             <label class=\"ec-label\">";
  152.             // line 71
  153.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("住所"), "html"nulltrue);
  154.             echo "</label>
  155.                         </dt>
  156.                         <dd>";
  157.             // line 73
  158.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html"nulltrue);
  159.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'73$this->source); })()), "postal_code", [], "any"falsefalsefalse73), "html"nulltrue);
  160.             echo "<br />
  161.                             ";
  162.             // line 74
  163.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'74$this->source); })()), "pref", [], "any"falsefalsefalse74), "html"nulltrue);
  164.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'74$this->source); })()), "addr01", [], "any"falsefalsefalse74), "html"nulltrue);
  165.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'74$this->source); })()), "addr02", [], "any"falsefalsefalse74), "html"nulltrue);
  166.             echo "
  167.                         </dd>
  168.                     </dl>
  169.                 ";
  170.         }
  171.         // line 78
  172.         echo "
  173.                 ";
  174.         // line 79
  175.         if ( !twig_test_empty(((twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "phone_number", [], "any"truetruefalse79)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "phone_number", [], "any"falsefalsefalse79))) : ("")))) {
  176.             // line 80
  177.             echo "                    <dl id=\"help_about_box__phone_number\">
  178.                         <dt>
  179.                             <label class=\"ec-label\">";
  180.             // line 82
  181.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("電話番号"), "html"nulltrue);
  182.             echo "</label>
  183.                         </dt>
  184.                         <a href=\"tel:0113741948\"><dd>";
  185.             // line 84
  186.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'84$this->source); })()), "phone_number", [], "any"falsefalsefalse84), "html"nulltrue);
  187.             echo "</dd></a>
  188.                     </dl>
  189.                 ";
  190.         }
  191.         // line 87
  192.         echo "
  193.                 ";
  194.         // line 88
  195.         if ( !twig_test_empty(((twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "business_hour", [], "any"truetruefalse88)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "business_hour", [], "any"falsefalsefalse88))) : ("")))) {
  196.             // line 89
  197.             echo "                    <dl id=\"help_about_box__business_hour\">
  198.                         <dt>
  199.                             <label class=\"ec-label\">";
  200.             // line 91
  201.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("店舗営業時間"), "html"nulltrue);
  202.             echo "</label>
  203.                         </dt>
  204.                         <dd>";
  205.             // line 93
  206.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'93$this->source); })()), "business_hour", [], "any"falsefalsefalse93), "html"nulltrue);
  207.             echo "</dd>
  208.                     </dl>
  209.                 ";
  210.         }
  211.         // line 96
  212.         echo "
  213.                 ";
  214.         // line 97
  215.         if ( !twig_test_empty(((twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "good_traded", [], "any"truetruefalse97)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "good_traded", [], "any"falsefalsefalse97))) : ("")))) {
  216.             // line 98
  217.             echo "                    <dl id=\"help_about_box__good_traded\">
  218.                         <dt>
  219.                             <label class=\"ec-label\">";
  220.             // line 100
  221.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("取り扱い商品"), "html"nulltrue);
  222.             echo "</label>
  223.                         </dt>
  224.                         <dd>";
  225.             // line 102
  226.             echo twig_nl2br(twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'102$this->source); })()), "good_traded", [], "any"falsefalsefalse102), "html"nulltrue));
  227.             echo "</dd>
  228.                     </dl>
  229.                 ";
  230.         }
  231.         // line 105
  232.         echo "
  233.                 ";
  234.         // line 106
  235.         if ( !twig_test_empty(((twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "message", [], "any"truetruefalse106)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "message", [], "any"falsefalsefalse106))) : ("")))) {
  236.             // line 107
  237.             echo "                    <dl id=\"help_about_box__message\">
  238.                         <dt>
  239.                             <label class=\"ec-label\">";
  240.             // line 109
  241.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メッセージ"), "html"nulltrue);
  242.             echo "</label>
  243.                         </dt>
  244.                         <dd>";
  245.             // line 111
  246.             echo twig_nl2br(twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'111$this->source); })()), "message", [], "any"falsefalsefalse111), "html"nulltrue));
  247.             echo "</dd>
  248.                     </dl>
  249.                 ";
  250.         }
  251.         // line 114
  252.         echo "            </div>
  253.             <div class=\"attorney\">
  254.                 <p>HPはこちら</p>
  255.                 <a href=\"https://sr-fujiwatari.com/\" target=\"_blank\">
  256.                     <img src=\"";
  257.         // line 118
  258.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("ichiro/assets/img/attorney.png""user_data"), "html"nulltrue);
  259.         echo "\" alt=\"バナー\" />
  260.                 </a>
  261.             </div>
  262.         </div>
  263.     </div>
  264. </div>
  265. ";
  266.         
  267.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  268.         
  269.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  270.     }
  271.     public function getTemplateName()
  272.     {
  273.         return "Help/about.twig";
  274.     }
  275.     public function isTraitable()
  276.     {
  277.         return false;
  278.     }
  279.     public function getDebugInfo()
  280.     {
  281.         return array (  277 => 118,  271 => 114,  265 => 111,  260 => 109,  256 => 107,  254 => 106,  251 => 105,  245 => 102,  240 => 100,  236 => 98,  234 => 97,  231 => 96,  225 => 93,  220 => 91,  216 => 89,  214 => 88,  211 => 87,  205 => 84,  200 => 82,  196 => 80,  194 => 79,  191 => 78,  182 => 74,  177 => 73,  172 => 71,  168 => 69,  166 => 68,  163 => 67,  157 => 64,  152 => 62,  148 => 60,  145 => 59,  139 => 56,  134 => 54,  130 => 52,  128 => 51,  120 => 46,  115 => 43,  105 => 42,  69 => 14,  59 => 13,  36 => 11,);
  282.     }
  283.     public function getSourceContext()
  284.     {
  285.         return new Source("{#
  286. This file is part of EC-CUBE
  287. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  288. http://www.ec-cube.co.jp/
  289. For the full copyright and license information, please view the LICENSE
  290. file that was distributed with this source code.
  291. #}
  292. {% extends 'default_frame.twig' %}
  293. {% block stylesheet %}
  294.     <style>
  295.         .ec-off1Grid .attorney {
  296.             margin: 70px auto;
  297.         }
  298.         .ec-off1Grid .attorney p {
  299.             font-family: \"Noto Serif JP\";
  300.             font-weight: bold;
  301.             font-size: 18px;
  302.             line-height: 40px;
  303.             text-align: center;
  304.             color: #009fff;
  305.         }
  306.         .ec-off1Grid .attorney a {
  307.             display: block;
  308.             max-width: 400px;
  309.             width: 100%;
  310.             margin: auto;
  311.         }
  312.         .ec-off1Grid .attorney a img {
  313.             width: 100%;
  314.             height: auto;
  315.         }
  316.         .ec-off1Grid .attorney a:hover {
  317.             opacity: .85;
  318.         }
  319.     </style>
  320. {% endblock %}
  321. {% block main %}
  322. <div class=\"ec-role\">
  323.     <div class=\"ec-pageHeader\">
  324.         <h1>{{ '当サイトについて'|trans }}</h1>
  325.     </div>
  326.     <div class=\"ec-off1Grid\">
  327.         <div class=\"ec-off1Grid__cell\">
  328.             <div class=\"ec-borderedDefs\">
  329.                 {% if BaseInfo.shop_name|default is not empty %}
  330.                     <dl id=\"help_about_box__shop_name\">
  331.                         <dt>
  332.                             <label class=\"ec-label\">{{ '店名'|trans }}</label>
  333.                         </dt>
  334.                         <dd>{{ BaseInfo.shop_name }}</dd>
  335.                     </dl>
  336.                 {% endif %}
  337.                 {% if BaseInfo.company_name|default is not empty %}
  338.                     <dl id=\"help_about_box__company_name\">
  339.                         <dt>
  340.                             <label class=\"ec-label\">{{ '会社名'|trans }}</label>
  341.                         </dt>
  342.                         <dd>{{ BaseInfo.company_name }}</dd>
  343.                     </dl>
  344.                 {% endif %}
  345.                 {% if BaseInfo.postal_code|default is not empty %}
  346.                     <dl id=\"help_about_box__address\">
  347.                         <dt>
  348.                             <label class=\"ec-label\">{{ '住所'|trans }}</label>
  349.                         </dt>
  350.                         <dd>{{ '〒'|trans }}{{ BaseInfo.postal_code }}<br />
  351.                             {{ BaseInfo.pref }}{{ BaseInfo.addr01 }}{{ BaseInfo.addr02 }}
  352.                         </dd>
  353.                     </dl>
  354.                 {% endif %}
  355.                 {% if BaseInfo.phone_number|default is not empty %}
  356.                     <dl id=\"help_about_box__phone_number\">
  357.                         <dt>
  358.                             <label class=\"ec-label\">{{ '電話番号'|trans }}</label>
  359.                         </dt>
  360.                         <a href=\"tel:0113741948\"><dd>{{ BaseInfo.phone_number }}</dd></a>
  361.                     </dl>
  362.                 {% endif %}
  363.                 {% if BaseInfo.business_hour|default is not empty %}
  364.                     <dl id=\"help_about_box__business_hour\">
  365.                         <dt>
  366.                             <label class=\"ec-label\">{{ '店舗営業時間'|trans }}</label>
  367.                         </dt>
  368.                         <dd>{{ BaseInfo.business_hour }}</dd>
  369.                     </dl>
  370.                 {% endif %}
  371.                 {% if BaseInfo.good_traded|default is not empty %}
  372.                     <dl id=\"help_about_box__good_traded\">
  373.                         <dt>
  374.                             <label class=\"ec-label\">{{ '取り扱い商品'|trans }}</label>
  375.                         </dt>
  376.                         <dd>{{ BaseInfo.good_traded|nl2br }}</dd>
  377.                     </dl>
  378.                 {% endif %}
  379.                 {% if BaseInfo.message|default is not empty %}
  380.                     <dl id=\"help_about_box__message\">
  381.                         <dt>
  382.                             <label class=\"ec-label\">{{ 'メッセージ'|trans }}</label>
  383.                         </dt>
  384.                         <dd>{{ BaseInfo.message|nl2br }}</dd>
  385.                     </dl>
  386.                 {% endif %}
  387.             </div>
  388.             <div class=\"attorney\">
  389.                 <p>HPはこちら</p>
  390.                 <a href=\"https://sr-fujiwatari.com/\" target=\"_blank\">
  391.                     <img src=\"{{ asset('ichiro/assets/img/attorney.png', 'user_data') }}\" alt=\"バナー\" />
  392.                 </a>
  393.             </div>
  394.         </div>
  395.     </div>
  396. </div>
  397. {% endblock %}""Help/about.twig""/home/fneccube01/ichiro-sai.com/public_html/app/template/default/Help/about.twig");
  398.     }
  399. }