{% if page > 1 %}
<<
{% else %}
<<
{% endif %}
|
{% if page < npages %}
>>
{% else %}
>>
{% endif %}
{% for i in range(1,npages+1) %}
{% if i==page %}
{{ i }}
{% else %}
{{ i }}
{% endif %}
{% endfor %}
Legend:

Run did not successfully complete

Run completed but some tests have execution errors

All tests successfully completed (but may be skipped or may not pass the test)