{% extends "base.html" %} {% block title %} {{ department.name }} {% endblock title %} {% block content %}
Fax Number: {{ faxnumber.phone }}
{{ faxnumber.description }}
Location: {{ faxnumber.location }}
No fax numbers listed for this department.
{% endfor %} {% if department.contacts.all|length > 0 %}Title: {{ contact.title }}
Extension: {{ contact.extension }}
Location: {{ contact.location }}
Phone: {{ contact.phone }}
No contacts listed.
{% endif %}