template language arithmatic

This commit is contained in:
Tom Bernens 2020-06-01 17:08:30 -07:00
parent df6a8a3778
commit b1914bad14

View File

@ -50,7 +50,7 @@
<!-- Page - 5 to page + 5 controls --> <!-- Page - 5 to page + 5 controls -->
{% with ''|center:11 as range %} {% with ''|center:11 as range %}
{% for _ in range %} {% for _ in range %}
{% with ticket_list.number+forloop.counter-5 as i %} {% with ticket_list.number|add:forloop.counter|sub:"5" as i %}
{% if ticket_list.number == i %} {% if ticket_list.number == i %}
<li class="active"><span>{{ i }} <span class="sr-only">(current)</span></span></li> <li class="active"><span>{{ i }} <span class="sr-only">(current)</span></span></li>
{% else if ticket_list.pages%} {% else if ticket_list.pages%}