{% extends 'base.html' %} {% block title %}Find Roomies{% endblock %} {% block side %}

User: {{ user.name }}

House: No House

Search for existing calendar by House Name.
{% endblock %} {% block content %} {% if cal_list %}
{% for cal in cal_list %}
...
{{ cal.house_name }}
ID: {{ cal.cal_id }}

Housemates:

{% endfor %} {% else %}

Sorry no calendars with that house name found!

{% endif %} {% endblock %}