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

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