{% extends "base.html" %} {% from 'macros/ui.html' import paginator, dropdown with context %} {% block heading %} Search {% endblock %} {% block subheading %} {{total}} Results {% endblock %} {% block headingbuttons %} {{ dropdown("limit", limit, [10, 25, 50]) }} {{ paginator(offset, limit, total) }} {% endblock %} {% block content %}
Type | Name |
---|---|
{{result.type}} | {% if result.type == "Group" %} {{result.name}} {% elif result.type == "User" %} {{result.name}} {% else %} {{result.name}} {% endif %} |