{{#each filterOptions }}
	{{#if this.active }}
		<li class="dropdown-item filter-item" role="menuitem"
			data-active="{{ this.active }}"
			data-name="{{ this.name }}"
			data-title="{{ this.title }}"
			data-type="{{ this.type }}"
			data-advanced="{{ this.advanced }}"
			data-advanced-crit="{{ this.advancedCrit }}"
			data-return="{{ this.return }}"
			data-dropdown='[{{#each this.dropdown }}"{{ this }}"{{#if @last }}{{else}},{{/if}}{{/each}}]'
			data-range='[{{#each this.range }}"{{ this }}"{{#unless @last }},{{/unless}}{{/each}}]'
			data-return="{{ this.return }}"
			data-return-display="{{ this.returnDisplay }}"
			data-custom-modal-search-value="{{ this.customModalSearchValue }}"
			data-columns='[{{#each this.columns }} { "name": "{{ this.name }}", "title": "{{ this.title }}"{{#if this.em }}, "em": {{ this.em }}{{/if}} }{{#if @last }}{{else}},{{/if}}{{/each}}]'
			data-options='[{{#each this.options }} { "name": "{{ this.name }}", "title": "{{ this.title }}", "type": "{{ this.type }}"{{#if this.list }}, "list": [ {{#each this.list }} { "value": "{{ this.value }}", "title": "{{ this.title }}" } {{#if @last }}{{else}},{{/if}}{{/each}} ] {{/if}} }{{#if @last }}{{else}},{{/if}}{{/each}}]'
			data-actions='[{{#each this.actions }} { "name": "{{ this.name }}", "icon": "{{ this.icon }}" }{{#if @last }}{{else}},{{/if}}{{/each}}]'
			>{{ this.title }}</li>
	{{/if}}
{{/each}}
/* No context defined for this component. */

There are no notes for this item.