locale_selector.html 400 B

1234567
  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 %}
  7. <p style="margin: 20px 0 0 0;"><a href="https://dev.cafai.fr/gitweb/?p=ffdn-db.git;a=blob;f=README.md;hb=HEAD">{% trans %}Help us translate this website to your language !{% endtrans %}</a></p>