{% extends 'base/base.html'%} {% load static %} {% block content %}
{% if data %}

One more step to go...

{% for room in data %}
{{room.room_type}}
{% endfor %} {% else %}

sentiment_very_dissatisfied

Sorry No room available for the given days.

Select other days Here

{% endif %}
{% endblock %}