{% for i, searchKeyword in searchKeywordArray %} <li class="thematiques ptb-1em"> <label for="{{ searchKeyword }}"> <input id="{{ searchKeyword }}" type="checkbox" class="{{ class }}-check" value="{{ searchKeyword }}"> <span class="label dflex aic">{{ string[i] }}</span> <span class="checkmark"></span> </label> </li>{% endfor %}