9 lines
No EOL
231 B
HTML
9 lines
No EOL
231 B
HTML
{% extends "search.html" %}
|
|
|
|
{% block listing_template %}
|
|
<div class="flex flex-wrap -mx-2 overflow-hidden">
|
|
{% include "user_listing.html" %}
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block listinglength %}{{users | length}}{% endblock %} |