{% extends "base.html" %} {% block title %}Useful Numbers {% endblock %} {% block content %} {% if object_list %}

Useful phone numbers for Ainslie Wood / Westdale residents

{% for category in object_list %}
{{category.title}}
{% endfor %} {% else %} No useful numbers available! {% endif %} {% endblock %}