{% extends "modal_base.html" %} {% import "macros/ordering.html" as ordering_macros %} {% import "macros/status.html" as status_macros %} {% block content %}
{{ pagination.total }} users affected by {{ affecting_instance }}
{% for account in accounts %} {% else %} {% endfor %}

No results to show.

Try changing search parameters.

{% with url_params = {"modal": "True", "affected": request.args.get("affected"), "order": request.args.get("order") }%} {% include "components/pagination.html" %} {% endwith %}
{% endblock %}