Limit User Booking Length and Extensions
[pharos-tools.git] / dashboard / src / templates / booking / booking_detail.html
index c88cd84..4628a62 100644 (file)
 <p>
     <b>Scenario: </b> {{ booking.scenario }}
 </p>
+<p>
+    <b>Extensions Remaining: </b> {{ booking.ext_count }}
+</p>
+
 {% if user.is_authenticated %}
 {% if user.get_username == booking.user.username %}
 <p>
@@ -67,4 +71,4 @@
     </div>
 </p>
 {% endif %}
-{% endif %}
\ No newline at end of file
+{% endif %}