locale_selector.html 386 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://code.ffdn.org/FFDN/ffdn-db/src/master/README.md">{% trans %}Help us translate this website to your language !{% endtrans %}</a></p>