22{% block title %}Hotel Lottery Admin{% endblock %}
33{% block content %}
44
5- < h2 > Hotel Lottery Applications </ h2 >
5+ {% include 'hotel_lottery_admin/nav.html' %}
66
77< div class ="row g-3 mb-3 ">
88 < div class ="col-sm ">
@@ -28,33 +28,11 @@ <h2>Hotel Lottery Applications</h2>
2828 </ div >
2929</ div >
3030
31- < div class ="d-flex gap-3 mb-3 justify-content-between ">
32- < div >
33- {{ total_count }} total application{{ total_count|pluralize }}
34- | {{ complete_count }} completed valid application{{ complete_count|pluralize }}
35- < br /> {{ room_count }} requested room{{ room_count|pluralize }}
36- | {{ suite_count }} requested suite{{ suite_count|pluralize }}
37- </ div >
38- < div class ="text-end ">
39- < a href ="hotel_inventory "> View Room/Suite Inventory</ a >
40-
41- < a href ="manage_hotels "> Hotels</ a >
42-
43- < a href ="manage_room_types "> Room Types</ a >
44-
45- < a href ="manage_inventory "> Inventory</ a >
46-
47- < a href ="lottery_runs "> Lottery Runs</ a >
48-
49- < a href ="export_tracking "> Export Tracking</ a >
50-
51- < a href ="hotel_inventory_zip "> < i class ="fa fa-download "> </ i > Assigned Rooms by Date</ a >
52-
53- < a href ="assigned_entries "> < i class ="fa fa-download "> </ i > Passkey Export</ a >
54- </ div >
55- </ div >
56- < div class ="d-flex gap-3 mb-3 justify-content-end ">
57- < a href ="lottery_runs " class ="btn btn-primary "> Manage Lottery Runs</ a >
31+ < div class ="mb-3 ">
32+ {{ total_count }} total application{{ total_count|pluralize }}
33+ | {{ complete_count }} completed valid application{{ complete_count|pluralize }}
34+ < br /> {{ room_count }} requested room{{ room_count|pluralize }}
35+ | {{ suite_count }} requested suite{{ suite_count|pluralize }}
5836</ div >
5937
6038{% if search_results %}
0 commit comments