{% comment %} HTMX partial: user search results for the sharing panel. Context: users – list of User objects matching the query cid_user_exam – CidUserExam instance q – search query string {% endcomment %} {% if users %} {% elif q|length >= 2 %}
No matching users found.
{% else %}
Please enter at least 2 characters to search.
{% endif %}