1 {% extends "user.html" %}
 
   5 {% block usercontent %}
 
   6     <h2>{% trans "Preferences" %}</h2>
 
   7     <div class='inline-block'>
 
  10             {% trans "Here you can set some personal preferences." %}
 
  13         <table class="form-as-table">
 
  16                     <strong>{% trans "Navigation:" %}</strong>
 
  20                 <td>{{ form.sticky_sorts }}</td>
 
  21                 <td>{% trans "Allways remember the sort order I apply to the lists I view" %}</td>
 
  24         <div class="submit-row">
 
  25             <input type="submit" class="submit" name="save" value="{% trans "Save" %}"/>