app/template/unishop/Block/category_list.twig line 1

Open in your IDE?
  1. {% if is_granted('ROLE_USER') %}
  2. {% if app.user.school.item_visible_type != constant('\\Customize\\Entity\\School::ITEM_VISIBLE_TYPE_MATOME') %}
  3.     <div class="indexcat">
  4.         <h4 class="myn2 center">アイテム一覧<span class="sml">CATEGORY</span></h4>
  5.         {{ render(path('block_category_def')) }}
  6.     </div>
  7. {% endif %}
  8. {% endif %}