app/template/user_data/business_hours.twig line 1

Open in your IDE?
  1. {% extends 'default_frame.twig' %}
  2. {% block main %}
  3. <div class="xs-gutter">
  4.     <div class="help-content-container">
  5.         <h1>{{ '営業時間帯'|trans }}</h1>
  6.         <p class="help-content-container__body mt-6">
  7.             ネットでのご注文は24時間受け付けております。お電話でのお問合せは下記の時間帯にお願いします。
  8.         </p>
  9.         <div class="mt-8">
  10.             <p class="help-content-container__body">月~金 <strong>10:00~16:00</strong></p>
  11.             <p class="help-content-container__body text-danger">※土日祝祭日、夏季休業日、年末年始はお休みをいただきます。
  12.                     メールの返信は翌営業日以降となりますので、ご了承ください。</p>
  13.         </div>
  14.     </div>
  15. </div>
  16. {% endblock %}