<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Help/guide.twig */
class __TwigTemplate_9f4f4dd59c5c8d14f0f1d86d6b237f61 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'main' => [$this, 'block_main'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 11
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Help/guide.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Help/guide.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "Help/guide.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 13
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 14
echo " <div class=\"ec-role narrow-contents\">
<div class=\"ec-pageHeader\">
<h1>";
// line 16
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文ガイド"), "html", null, true);
echo "</h1>
</div>
<div class=\"content-inner content-help\">
<p class=\"description\">";
// line 19
echo "マガジンマート(マガマー)は、年間定期購読で雑誌をお得に購入できる法人向けサービスです。<br data-device=\"pc\" class=\"device-only\"><span class=\"primary-text\">毎月15日まで</span>のお申し込みで、翌月からお申込いただいた各誌の発売日に合わせ1年間商品をお届けいたします。";
echo "</p>
<ul class=\"content-help__guide\">
<li>
<dl>
<dt>";
// line 23
echo "特別定価も定額でお得";
echo "</dt>
<dd>";
// line 24
echo twig_nl2br("付録付きや増刊・合併号、特集内容によって価格が変動することが多い雑誌も、毎号定額でご購読いただけます。");
echo "<span class=\"notes\">";
echo "※付録は別送でお届けする場合がございます。";
echo "</span></dd>
<dd><img src=\"";
// line 25
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/guide01.jpg"), "html", null, true);
echo "\"></dd>
<dt>";
// line 26
echo "アズワン会員様へ特別オファー";
echo "</dt>
<dd>";
// line 27
echo twig_nl2br("会員様だけの特別割引を出版社からご提案。是非ご活用ください。");
echo "<span class=\"notes\">";
echo "※予告なく終了する場合がございます。あらかじめご了承ください。";
echo "</span></dd>
<dd><img src=\"";
// line 28
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/guide02.jpg"), "html", null, true);
echo "\"></dd>
<dt>";
// line 29
echo "ご注文方法";
echo "</dt>
<dd>";
// line 30
echo twig_nl2br("本サイトより商品を選んで購入してください。ご注文は1冊から可能です。");
echo "</dd>
</dl>
</li>
<li>
<dl>
<dt>";
// line 35
echo "お届け";
echo "</dt>
<dd>";
// line 36
echo twig_nl2br("ご注文いただいた翌月から、雑誌の発売日に合わせてポスト投函にてお届けいたします。");
echo "<span class=\"notes\">";
echo "※表示価格はすべて税込み・送料込みです。";
echo "</span></dd>
</dl>
<div class=\"figure\">
<img src=\"";
// line 39
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/guide_figure02.svg", "user_data"), "html", null, true);
echo "\">
</div>
</li>
<li>
<dl>
<dt>";
// line 44
echo "お支払い方法";
echo "</dt>
<dd>";
// line 45
echo twig_nl2br("お支払いは請求書払い(銀行)またはクレジットカードがご利用いただけます。");
echo "</dd>
</dl>
<div class=\"figure\">
<div class=\"figure-child\">
<p class=\"caption\">";
// line 49
echo "請求書払いはNP掛け払いを利用できます";
echo "</p>
<a href=\"https://np-kakebarai.com/buy/\" target=\"_blank\"><img src=\"";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/np_banner.png", "user_data"), "html", null, true);
echo "\"></a>
</div>
<div class=\"figure-child\">
<p class=\"caption\">";
// line 53
echo twig_nl2br("クレジットカードは下記国際カードブランドを始め、多くのクレジットカード会社に対応しています。海外発行のクレジットカードにも対応可能です。");
echo "</p>
<img src=\"";
// line 54
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/help/credit_banner.png", "user_data"), "html", null, true);
echo "\">
</div>
</div>
</li>
<li>
<dl>
<dt>";
// line 60
echo "継続・購読中止";
echo "</dt>
<dd>";
// line 61
echo twig_nl2br("1年ごとにご継続の確認をメールにてご連絡させていただきます。内容をご確認の上、ご返信ください。
追加の購読につきましては通常通り、サイトより注文してください。");
// line 62
echo "</dd>
</dl>
</li>
</ul>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Help/guide.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 188 => 62, 185 => 61, 181 => 60, 172 => 54, 168 => 53, 162 => 50, 158 => 49, 151 => 45, 147 => 44, 139 => 39, 131 => 36, 127 => 35, 119 => 30, 115 => 29, 111 => 28, 105 => 27, 101 => 26, 97 => 25, 91 => 24, 87 => 23, 80 => 19, 74 => 16, 70 => 14, 60 => 13, 37 => 11,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% block main %}
<div class=\"ec-role narrow-contents\">
<div class=\"ec-pageHeader\">
<h1>{{ 'ご注文ガイド'|trans }}</h1>
</div>
<div class=\"content-inner content-help\">
<p class=\"description\">{{ 'マガジンマート(マガマー)は、年間定期購読で雑誌をお得に購入できる法人向けサービスです。<br data-device=\"pc\" class=\"device-only\"><span class=\"primary-text\">毎月15日まで</span>のお申し込みで、翌月からお申込いただいた各誌の発売日に合わせ1年間商品をお届けいたします。'|raw }}</p>
<ul class=\"content-help__guide\">
<li>
<dl>
<dt>{{ '特別定価も定額でお得'|raw }}</dt>
<dd>{{ '付録付きや増刊・合併号、特集内容によって価格が変動することが多い雑誌も、毎号定額でご購読いただけます。'|raw|nl2br }}<span class=\"notes\">{{ '※付録は別送でお届けする場合がございます。'|raw }}</span></dd>
<dd><img src=\"{{ asset('assets/img/help/guide01.jpg') }}\"></dd>
<dt>{{ 'アズワン会員様へ特別オファー'|raw }}</dt>
<dd>{{ '会員様だけの特別割引を出版社からご提案。是非ご活用ください。'|raw|nl2br }}<span class=\"notes\">{{ '※予告なく終了する場合がございます。あらかじめご了承ください。'|raw }}</span></dd>
<dd><img src=\"{{ asset('assets/img/help/guide02.jpg') }}\"></dd>
<dt>{{ 'ご注文方法'|raw }}</dt>
<dd>{{ '本サイトより商品を選んで購入してください。ご注文は1冊から可能です。'|raw|nl2br }}</dd>
</dl>
</li>
<li>
<dl>
<dt>{{ 'お届け'|raw }}</dt>
<dd>{{ 'ご注文いただいた翌月から、雑誌の発売日に合わせてポスト投函にてお届けいたします。'|raw|nl2br }}<span class=\"notes\">{{ '※表示価格はすべて税込み・送料込みです。'|raw }}</span></dd>
</dl>
<div class=\"figure\">
<img src=\"{{ asset('assets/img/help/guide_figure02.svg', 'user_data') }}\">
</div>
</li>
<li>
<dl>
<dt>{{ 'お支払い方法'|raw }}</dt>
<dd>{{ 'お支払いは請求書払い(銀行)またはクレジットカードがご利用いただけます。'|raw|nl2br }}</dd>
</dl>
<div class=\"figure\">
<div class=\"figure-child\">
<p class=\"caption\">{{ '請求書払いはNP掛け払いを利用できます'|raw }}</p>
<a href=\"https://np-kakebarai.com/buy/\" target=\"_blank\"><img src=\"{{ asset('assets/img/help/np_banner.png', 'user_data') }}\"></a>
</div>
<div class=\"figure-child\">
<p class=\"caption\">{{ 'クレジットカードは下記国際カードブランドを始め、多くのクレジットカード会社に対応しています。海外発行のクレジットカードにも対応可能です。'|raw|nl2br }}</p>
<img src=\"{{ asset('assets/img/help/credit_banner.png', 'user_data') }}\">
</div>
</div>
</li>
<li>
<dl>
<dt>{{ '継続・購読中止'|raw }}</dt>
<dd>{{ '1年ごとにご継続の確認をメールにてご連絡させていただきます。内容をご確認の上、ご返信ください。
追加の購読につきましては通常通り、サイトより注文してください。'|raw|nl2br }}</dd>
</dl>
</li>
</ul>
</div>
</div>
{% endblock %}
", "Help/guide.twig", "/home/xs362797/magamar.jp/public_html/app/template/magamar/Help/guide.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 16, "trans" => 16, "raw" => 19, "nl2br" => 24);
static $functions = array("asset" => 25);
try {
$this->sandbox->checkSecurity(
[],
['escape', 'trans', 'raw', 'nl2br'],
['asset']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}