{#Copyright (C) SPREAD WORKS Inc. All Rights Reserved.For the full copyright and license information, please view the LICENSEfile that was distributed with this source code.#}{% for category in category_list %}{% if options.cat=='menu' %}<li><a href="#{{ category.getDataKey }}">{{ category.getCategoryName }}</a></li>{% endif %}{% if options.cat=='menu-page' %}<li><a href="{{ type.getListURI }}#{{ category.getDataKey }}">{{ category.getCategoryName }}</a></li>{% endif %}{% if options.cat=='list' %}{% set post_cat = category.getCategoryId %}<div id="{{ category.getDataKey }}" class="c-section"><h2 class="c-title-08"><span class="s-text">{{ category.getCategoryName }}</span></h2><ul class="c-page-menu-04">{{ TabaCMSWidget('list',{type_data_key:'glossary',cat:post_cat})|raw }}</ul></div>{% endif %}{% endfor %}