Pools
{% if pools.is_empty() %}No pools found!
{% else %}
-
{% for pool in pools %}
- {{ pool.name }} {% endfor %}
-
{% for i in 1..=page_count %}
- {% if i == page as u64 %} {{ i }} {% else %} {{ i }} {% endif %} {% endfor %}