<div class="form-group is-hidden-nojs">
	{{#each facetgroups}}
		<fieldset class="option-select">
			<legend class="option-select-label">{{name}}</legend>

			<div class="options-container" id="filterholder-{{@index}}" tabindex="-1">
				{{#each facets}}
					<label for="filter-applied-{{@../index}}-{{@index}}">
						<input name="{{../key}}" value="{{name}}" id="filter-applied-{{@../index}}-{{@index}}" type="checkbox"{{#if selected}} checked="checked"{{/if}} data-type="autosubmit" /> {{name}} <span class="facets-counter">({{count}})</span>
					</label>
				{{/each}}
			</div>
		</fieldset>
	{{/each}}
</div>
