diff -r 9a854bb09f34 -r a0fa17c48236 src/hdalab/templates/profile_home.html --- a/src/hdalab/templates/profile_home.html Thu Sep 25 17:14:29 2014 +0200 +++ b/src/hdalab/templates/profile_home.html Fri Sep 26 12:55:35 2014 +0200 @@ -20,17 +20,18 @@
Nouveau Renkan - Modification du mot de passe
Mes renkans :
-{% if page.has_previous %}{% trans 'Previous' %}{% endif %} - {% if page.has_previous and page.has_next %} - {% endif %}{% if page.has_next %}{% trans 'Next' %}{% endif %}
+{% if page.has_previous %}{% trans 'Previous' %}{% endif %} + {% if page.has_previous and page.has_next %} - {% endif %}{% if page.has_next %}{% trans 'Next' %}{% endif %}
+| {% trans 'Title' %} + | {% trans 'Title' %} {% if sort_param == 'title' %}{% endif %} | -{% trans 'Modification date' %} + | {% trans 'Modification date' %} {% if sort_param == 'date' %}{% endif %} | {% trans 'Preview' %} | -{% trans 'State' %} + | {% trans 'State' %} {% if sort_param == 'state' %}{% endif %} | {% trans 'Actions' %} |
|---|
{% if page.has_previous %}{% trans 'Previous' %}{% endif %} - {% if page.has_previous and page.has_next %} - {% endif %}{% if page.has_next %}{% trans 'Next' %}{% endif %}
+{% if page.has_previous %}{% trans 'Previous' %}{% endif %} + {% if page.has_previous and page.has_next %} - {% endif %}{% if page.has_next %}{% trans 'Next' %}{% endif %}
{% endblock %} \ No newline at end of file