{% extends "base.html" %} {% block app_content %}
# | Stack | Scenario | IP | Created On | Expires On | Status | Action | ||
---|---|---|---|---|---|---|---|---|---|
{{ booking.id }} | {{ booking.stack }} | {{ booking.scenario }} | {{ booking.floating_ip }} | {{ booking.created_on }} | {{ booking.expires_on }} | {{ booking_status_text }} | {% if booking_status_text == 'new' %}Cancel | {% elif booking_status_text == 'active' %}Delete | {% else %}{% endif %} |