X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=dashboard%2Fsrc%2Ftemplates%2Fbooking%2Fbooking_detail.html;h=4628a62d2174db2b2d924cfc23c76d482c777a53;hb=dd7e16215d3bf6bb21a6d4325171d9d556c5da2d;hp=cb937d341be8f5326de8d7ed61d5cfc9af77d291;hpb=9909c37d5866f1c760fe9f4ec47616c49fcddee3;p=pharos-tools.git diff --git a/dashboard/src/templates/booking/booking_detail.html b/dashboard/src/templates/booking/booking_detail.html index cb937d3..4628a62 100644 --- a/dashboard/src/templates/booking/booking_detail.html +++ b/dashboard/src/templates/booking/booking_detail.html @@ -1,5 +1,22 @@ {% load jira_filters %} + +

Resource: @@ -27,3 +44,31 @@

Scenario: {{ booking.scenario }}

+

+ Extensions Remaining: {{ booking.ext_count }} +

+ +{% if user.is_authenticated %} +{% if user.get_username == booking.user.username %} +

+ + Edit Booking + + + Delete Booking + +

+

+{% endif %} +{% endif %}