diff --git a/templates/mod/view_ip.html b/templates/mod/view_ip.html index 867312c4..958d75f0 100644 --- a/templates/mod/view_ip.html +++ b/templates/mod/view_ip.html @@ -18,7 +18,7 @@ {{ notes_length }} {% trans %}note on record{% plural notes_length %}notes on record{% endtrans %} - {% if notes|length > 0 %} + {% if notes and notes|length > 0 %} @@ -146,3 +146,12 @@
{% trans 'Staff' %}
{% endif %} +
+ [Page 1] + {% if cursor_prev %} + [Previous Page] + {% endif %} + {% if cursor_next %} + [Next Page] + {% endif %} +