{% extends 'base.html' %} {% block title %}{{ customer.firstName }} {{ customer.lastName }}{% endblock %} {% block content %}

{{ customer.fullName() }}

Phone: {{ customer.phone }}

Notes: {{ customer.notes }}

Edit

Reservations

{% if reservations %} {% else %}

None!

{% endif %}

New Reservation

{% endblock %}