locale_selector.html 202 B

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