{% extends 'layouts/base.html' %} {% block title %} SRCT Roomlist | {{ student.user.first_name }} {{ student.user.last_name }} {% endblock %} {% load socialaccount %} {% block content %} {% get_social_accounts student.user as accounts %}
{% if student.room == None %} {{ student.user.first_name }} hasn't set their room yet. {% else %} {{ student.room }} {% endif %}
{% endif %}shares room with: {{ student.privacy }}