{% extends 'guest/base.html' %} {% block content %}
First Name
{{ res.guest.first_name }}
Last Name
{{ res.guest.last_name}}
Phone no
{{ res.guest.phone }}
E-Mail
{{ res.guest.email }}
city
{{ res.guest.city }}
Room
{{ res.room.no }} in Guest House
Price (₹)
{{res.room.price}}
CheckIn
{{ res.checkIn }}
CheckOut
{{ res.checkOut }}
Confirm Booking Cancel Booking
{% endblock content %} {% block more_links %} Logout {% endblock more_links %}