diff --git a/Templates/paginator.html b/Templates/paginator.html index 76f6d01..3b80095 100644 --- a/Templates/paginator.html +++ b/Templates/paginator.html @@ -1,9 +1,9 @@ -{% if timbres.has_other_pages %} +{% if lista.has_other_pages %} - {% if timbres.has_previous %} + {% if lista.has_previous %} - + « @@ -13,17 +13,17 @@ {% endif %} - {% for p in timbres.paginator.page_range %} - {% if timbres.number == p %} + {% for p in lista.paginator.page_range %} + {% if lista.number == p %} {{ p }} {% else %} {{ p }} {% endif %} {% endfor %} - {% if timbres.has_next %} + {% if lista.has_next %} - + »