{% if q or university or experience %}
{% endif %}
{% if results.projects %}
{% endif %}
{% if results.skills %}
{% endif %}
{% if not results.profiles and not results.projects and not results.skills %}
{% endif %}
{% else %}
{% endif %}
{% if q %}Showing results for "{{ q }}"{% endif %}
{% if university %} in {{ university }}{% endif %}
{% if results.profiles %}
People ({{ results.profiles|length }})
{% for profile in results.profiles %}
{% if profile.photo %}
{% else %}
{% endfor %}
{{ profile.user.first_name|first|upper }}{{ profile.user.last_name|first|upper }}
{% endif %}
{{ profile.user.get_full_name }}
{{ profile.user.university|default:"Student" }}
{% if profile.bio %}
{{ profile.bio|truncatechars:70 }}
{% endif %}
{{ profile.get_experience_level_display }}
{% if profile.is_available %}● Available{% endif %}
{% if user.is_authenticated and user != profile.user %}
Message
{% endif %}
Projects ({{ results.projects|length }})
{% for project in results.projects %}
{% endfor %}
{{ project.get_project_type_display }}
{{ project.open_slots }} slots
{{ project.title }}
{{ project.description|truncatechars:100 }}
By {{ project.owner.get_full_name }}
Skills ({{ results.skills|length }})
{% for listing in results.skills %}
{{ listing.get_experience_level_display }}
{% endfor %}
{{ listing.user.first_name|first|upper }}
{{ listing.user.get_full_name }}
{{ listing.user.university|default:"Student" }}
{{ listing.title }}
{{ listing.description|truncatechars:85 }}
{% if user.is_authenticated and user != listing.user %} Contact {% endif %}🔎
Search for Talent
Find skilled students, open projects, and collaboration opportunities across campuses.