<li class="filter fw400 fs16" {% if id %} id="{{ id }}" {% endif %}>
<div class="filter-title fs18 pt8-pb8 fw600">{{ title }}</div>
<ul class="dflex fwwrap ptb-1em">
{% for category in sulu_categories(app.request.locale, keyString) %}
<li class="thematiques ptb-1em">
<label for="{{ category.key }}-{{ category.id }}">
<input id="{{ category.key }}-{{ category.id }}" type="checkbox" class="thematiques-check" value="{{ category.id }}">
<span class="label dflex aic">{{ category.name }}</span>
<span class="checkmark"></span>
</label>
</li>
{% endfor %}
</ul>
</li>