Re: od-erdene
do not use {% if qs %} {% endif %} use {% for q in qs %} {% empty %} {% endfor %} then it will work Brano On Nov 2, 1:50 pm, Odkoo Ch wrote: > hi everyone > > > > {% if qs %} > {% autopaginate qs 5 %} > {% for q in qs %} > > name="paym
od-erdene
hi everyone {% if qs %} {% autopaginate qs 5 %} {% for q in qs %} {% endfor %} {% paginate %} {% endif %} -- You received this message because you are subscribed to the Google Groups