{% from 'macros.j2' import render_pagination %} {% extends 'base.html' %} {% block title %}Wheelodex — Entry Point Groups{% endblock %} {% block content %}
Order by: {% if sortby == '' or sortby == 'name' %} Name {% else %} Name {% endif %} | {% if sortby == 'qty' %} Entry Points {% else %} Entry Points {% endif %} {% if sortby %} {{render_pagination(groups, '.entry_point_groups', sortby=sortby)}} {% else %} {{render_pagination(groups, '.entry_point_groups')}} {% endif %} {% endblock %}