app/soc/templates/soc/list/list_pagination.html
changeset 187 2c0a497b2b2a
parent 185 2f3bd84bb106
child 265 3c2994f3b85f
equal deleted inserted replaced
186:da76f08b1752 187:2c0a497b2b2a
     5   {% if prev %}
     5   {% if prev %}
     6     <a class="novisit" href="{{prev}}">&lsaquo; Previous</a>
     6     <a class="novisit" href="{{prev}}">&lsaquo; Previous</a>
     7   {% endif %}
     7   {% endif %}
     8   <b>{{ first }}{% if last %} - {{ last }}{% endif %}</b>
     8   <b>{{ first }}{% if last %} - {{ last }}{% endif %}</b>
     9   {% if next %}<a class="novisit" href="{{next}}">Next &rsaquo;</a>
     9   {% if next %}<a class="novisit" href="{{next}}">Next &rsaquo;</a>
    10   {% else %}<span style="color:gray">Next &rsaquo;</span>{% endif %}
    10   {% endif %}
    11 </div>
    11 </div>