X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/2c3ba81e19fd6d84ab208ad90a48fd81e4780c29..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/forum/skins/default/templates/question_list/count.html diff --git a/forum/skins/default/templates/question_list/count.html b/forum/skins/default/templates/question_list/count.html index dbb45eb..1e806dd 100644 --- a/forum/skins/default/templates/question_list/count.html +++ b/forum/skins/default/templates/question_list/count.html @@ -1,26 +1,26 @@ -{% spaceless %} -{% load i18n humanize extra_tags %} -{% declare %} - answer_count = questions.children_count('answer') -{% enddeclare %} - -
-
- {{ questions.paginator.count }}{{ list_description }} -
- - - {% if answer_count %} -
- {{ answer_count }}{% trans "answers" %} -
- - {% endif %} - -
-

- {{ questions.paginator.sort_description }} -

-
-
+{% spaceless %} +{% load i18n humanize extra_tags %} +{% declare %} + answer_count = questions.children_count('answer') +{% enddeclare %} + +
+
+ {{ questions.paginator.count }}{{ list_description }} +
+ + + {% if answer_count %} +
+ {{ answer_count }}{% trans "answers" %} +
+ + {% endif %} + +
+

+ {{ questions.paginator.sort_description }} +

+
+
{% endspaceless %} \ No newline at end of file