338:26c9302e61e1
Anton Shestakov <av6@dwimlabs.net>, Wed, 30 May 2018 17:54:54 +0800
requirements: pytest 3.6.0

previous change 216:f679f272fe10

templates/ui/pagination.html

Permissions: -rw-r--r--

Other formats: Feeds:
<ul class="uk-pagination">
{% for i in range(1, pages + 1) %}
<li{% if page == i %} class="uk-active"{% end %}>
<a href="?page={{ i }}">{{ i }}</a>
</li>
{% end %}
</ul>