diff --git a/src/colab/deprecated/templates/search.html b/src/colab/deprecated/templates/search.html
index 020caf7..911a86f 100644
--- a/src/colab/deprecated/templates/search.html
+++ b/src/colab/deprecated/templates/search.html
@@ -2,75 +2,70 @@
{% load i18n %}
{% load append_to_get %}
{% block main-content %}
-
{% trans "Search" %}
-
- {{ docs.numFound }} {% trans "documents found in" %}
- {{ docs.QTime|floatformat:3 }} {% trans "seconds" %}
-
-
+
+
+
{% trans "Search" %}
+
+
+ {{ docs.numFound }} {% trans "documents found in" %}
+ {{ docs.QTime|floatformat:3 }} {% trans "seconds" %}
+
+
-
-
{% trans "Filters" %}
+
+
+
{% trans "Filters" %}
-
{% trans "Types" %}
-
-
-
-
-
-
- {% for doc in docs %}
- {% include "message-preview.html" %}
- {% empty %}
- -
- {% trans "No results for your search." %}
-
- {% endfor %}
-
+
{% trans "Types" %}
-
+
+
- {% if docs.numFound %}
-
-
- {% if docs.has_previous %}
- {% trans "Previous" %}
- {% endif %}
+
+
+ {% for doc in docs %}
+ {% include "message-preview.html" %}
+ {% empty %}
+ -
+ {% trans "No results for your search." %}
+
+ {% endfor %}
+
+ {% if docs.numFound %}
+
- {% trans "Page" %} {{ docs.page_num }} {% trans "of" %} {{ docs.num_of_pages }}
-
+ {% if docs.has_previous %}
+
{% trans "Previous" %}
+ {% endif %}
- {% if docs.has_next %}
-
{% trans "Next" %}
- {% endif %}
-
+
+ {% trans "Page" %} {{ docs.page_num }} {% trans "of" %} {{ docs.num_of_pages }}
+
+
+ {% if docs.has_next %}
+
{% trans "Next" %}
+ {% endif %}
+
+
{% endif %}
--
libgit2 0.21.2