]> git.lizzy.rs Git - cheatdb.git/blobdiff - app/templates/packages/list.html
Add forum topic validation
[cheatdb.git] / app / templates / packages / list.html
index 5e596faf5f28f30279726b3958b3585e8f20ea22..0ce5c90954d7035196200e44d876c691c375827b 100644 (file)
@@ -11,7 +11,7 @@
                <input type="submit" value="Search" />
 
                <p>
-                       Found {{ packages | count }} packages.
+                       Found {{ packages_count }} packages.
                </p>
        </form>
 
 
        {% from "macros/packagegridtile.html" import render_pkggrid %}
        {{ render_pkggrid(packages) }}
+
+       <ul class="buttonset linedbuttonset">
+               {% if prev_url %}<li><a href="{{ prev_url }}">Previous</a></li>{% endif %}
+               <li>{{ page }} / {{ page_max }}</li>
+               {% if next_url %}<li><a href="{{ next_url }}">Next</a></li> {% endif %}
+       </ul>
 {% endblock %}