diff --git a/src/web_interface/templates/database/compare_browse.html b/src/web_interface/templates/database/compare_browse.html index 867b4db8d..84203eb95 100644 --- a/src/web_interface/templates/database/compare_browse.html +++ b/src/web_interface/templates/database/compare_browse.html @@ -23,26 +23,28 @@

Browse Firmware Comparisons

-
- - - {% for id, hids, submission_date in compare_list %} - - {% if pagination is defined %} - - {% endif %} - - - {% else %} -

No comparisons found in database!

- {% endfor %} -
{{ loop.index + (page - 1) * per_page }} - {% for uid in hids %} - {{ hids[uid] }}
- {{ uid }}
- {% endfor %} -
- +
+
+ +