{% for l in locales %} <label class="radio"> <input type="radio" name="locale" value="{{ l.0 }}"> <i class="flag flag-{{ l.1 }}"></i> {{ l.2 }} </label> {% endfor %}