{% if total_matches %} {% if is_search_results %} Showing {{ visible_count }} of {{ total_matches }} contacts. {% elif result_mode == "active_chats" %} Recent chats. Search to see all {{ total_contacts }} contacts. {% else %} Showing {{ visible_count }} contacts. {% endif %} {% else %} {% if is_search_results %} No contacts found. {% else %} No contacts yet. {% endif %} {% endif %}

{% if contact_rows %} {% endif %} {% if has_more %}
{% endif %}