{% extends "base.html" %} {% block title %}Discover Students | Warwick Connect{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Who's Online

Find fellow students at Warwick university.

{% for profile in visible_profiles %}
{% if profile.primary_photo %} {{ profile.user.username }} {% else %}
{{ profile.user.username|slice:":1"|upper }}
{% endif %}
{{ profile.user.first_name|default:profile.user.username }}
{{ profile.course|default:"Student" }} · {{ profile.year }}
{{ profile.location }} Looking for: {{ profile.looking_for }}
{% empty %}

No students found yet. Be the first to join!

{% endfor %} {% for profile in locked_profiles %}
{{ profile.user.username|slice:":1"|upper }}
Unlock Full Grid
£3.99/mo

See all students online

Student Name
Course · Year
{% endfor %}
{% if not is_subscribed and locked_profiles %}

Ready to see everyone?

Join other subscribers and unlock the full discovery grid, messaging, and more.

{% endif %} {% endblock %}