{% if bigCategoryData is not empty %}
{% if bigCategoryData.id == constant('FLORAL_TRIBUTE_BIG_CATEGORY_ID') %}
供花

供花

{% elseif bigCategoryData.id == constant('TELEGRAM_OF_CONDOLENCE_BIG_CATEGORY_ID') %}
弔電

弔電

{% elseif bigCategoryData.id == constant('FUNERAL_OFFERING_BIG_CATEGORY_ID') %}
香典

香典

{% elseif bigCategoryData.id == constant('OFFERING_BIG_CATEGORY_ID') %}
供物

供物

{% endif %}
{% endif %}
  1.  >
  2. 商品一覧
{% if big_cat_id != '12' %}

※通夜よりのお供えの場合は通夜開式2時間前までの受付となります。

{% endif %}

※ご注文完了後、内容に不備や不明点がありましたら弊社よりご連絡させていただきます。

カテゴリー

{% if big_cat_id is not empty %} {% else %}
{% for val in categoryList %}
  • {{val.name}}
  • {% for key,item in val.small_category_list %}
  • {{item.name}}
  • {% endfor %}
{% endfor %}
{% endif %}
{% if contents is empty %}

申し訳ございません。
商品情報がございません。

{% else %}
    {{contents|raw}}
{% endif %}
    {% for pageno_shita in pageno %} {% if pageno and numbers.allpage>1 %} {% if numbers.page == pageno_shita-1 %}
  • {{pageno_shita|number_format}}
  • {% else %}
  • {{pageno_shita|number_format}}
  • {% endif %} {% endif %} {% endfor %}