diff --git a/templates/profile.html b/templates/profile.html
index 23c1d5a..05757f0 100644
--- a/templates/profile.html
+++ b/templates/profile.html
@@ -18,7 +18,6 @@
{{ student.name }}
Roll Number: {{ student.roll_no }}
Email: {{ user.email }}
Department: {{ student.department }}
-
{% if allocation_info|length > 0 %}
Your Allocation Details:
@@ -34,6 +33,7 @@ {{ key }}
{% endfor %}
+
{% else %}
You will be able to see your allocated caterer after the allocation process is completed
{% endif %}