diff --git a/templates/mod/view_ip.html b/templates/mod/view_ip.html index d47e6d4f..78fce4a9 100644 --- a/templates/mod/view_ip.html +++ b/templates/mod/view_ip.html @@ -4,7 +4,7 @@ {% set notes_on_record = 'note' ~ (notes|count != 1 ? 's' : '') ~ ' on record' %} {{ notes|count }} {% trans notes_on_record %} - + {% if notes and notes|length > 0 %} @@ -41,7 +41,7 @@ {% endfor %}
{% endif %} - + {% if mod|hasPermission(config.mod.create_notes) %}
@@ -72,7 +72,7 @@
{% set bans_on_record = 'ban' ~ (bans|count != 1 ? 's' : '') ~ ' on record' %} {{ bans|count }} {% trans bans_on_record %} - + {% for ban in bans %} @@ -206,10 +206,19 @@ {{ config.board_abbreviation|sprintf(board_posts.board.uri) }} - - + - {{ board_posts.board.title|e }} {{ board_posts.posts|join('
') }}
{% endfor %} +
+ [Page 1] + {% if cursor_prev %} + [Previous Page] + {% endif %} + {% if cursor_next %} + [Next Page] + {% endif %} +