diff --git a/templates/includes/sidebar.html b/templates/includes/sidebar.html index 7edd2d60..19dedaca 100644 --- a/templates/includes/sidebar.html +++ b/templates/includes/sidebar.html @@ -34,6 +34,7 @@ {{ menu_item('Miis', 'list_miis', 'fa-smile') }} {{ menu_item('Concierge', 'list_concierge', 'fa-star') }} {{ menu_item('Categories and Movies', 'list_categories', 'fa-video') }} + {{ menu_item('Movie Votes', 'votes_list_categories', 'fa-video') }} {{ menu_item('Pay Categories and Movies', 'list_pay_categories', 'fa-film') }} {{ menu_item('Rooms', 'list_room', 'fa-door-closed') }} {{ menu_item('Posters', 'list_posters', 'fa-scroll') }} @@ -51,6 +52,7 @@
I wonder if hotels also have room servers
+ {{ menu_item('Movie Votes', 'votes_list_categories', 'fa-video') }}
+ There is a total of {{ votes['count'] }} vote entries.
+
+ ◎ {{ votes['vote.4'] }} ・ 〇 {{ votes['vote.3'] }} ・ △ {{ votes['vote.2'] }} ・ × {{ votes['vote.1'] }}
+
+ ♂ {{ votes['gender.1'] }} ({{ ((votes['gender.1'] / votes['count']) * 100)|round|int }}%)
+ ・
+ ♀ {{ votes['gender.2'] }} ({{ ((votes['gender.2'] / votes['count']) * 100)|round|int }}%)
+
+
Category ID | +Name | +Thumbnail | +Actions | +
---|---|---|---|
{{ category.category_id }} | +{{ category.name }} | ++ + | +
+
+
+
+ |
+
Movie ID | +Name | +Length | +Thumbnail | +Votes | +
---|---|---|---|---|
{{ movie.movie_id }} | +{{ movie.title }} | +{{ movie.length }} | ++ |
+
+
+
+ {{ votes[movie.movie_id]['count'] }} votes
+ |
+