sort.html.twig 280 B

123456789
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3. <div class="section-widget section-widget-padded">
  4. <h3>{{ 'Put the languages in the order you\'d like to see them in your language selection dropdown, when posting' | trans}}</h3>
  5. {{ form(form) }}
  6. </div>
  7. {% endblock %}