| 
									
										
										
										
											2022-04-08 15:52:49 +02:00
										 |  |  | {% extends 'pageWrapper.html' %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block head %} | 
					
						
							| 
									
										
										
										
											2022-04-13 23:46:15 -04:00
										 |  |  |     <title>Archipelago Game Statistics</title> | 
					
						
							| 
									
										
										
										
											2022-04-08 15:52:49 +02:00
										 |  |  |     <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/markdown.css") }}" /> | 
					
						
							| 
									
										
										
										
											2022-04-13 23:46:15 -04:00
										 |  |  |     <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/stats.css") }}" /> | 
					
						
							| 
									
										
										
										
											2022-04-08 15:52:49 +02:00
										 |  |  |     {{ css_resources|indent(4)|safe }} | 
					
						
							|  |  |  |     {{ js_resources|indent(4)|safe }} | 
					
						
							|  |  |  |     {{ chart_data|indent(4)|safe }} | 
					
						
							|  |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							|  |  |  |     {% include 'header/grassFlowersHeader.html' %} | 
					
						
							|  |  |  |     <div id="stats" class="markdown"> | 
					
						
							| 
									
										
										
										
											2022-04-13 23:46:15 -04:00
										 |  |  |         <h1>Archipelago Game Statistics</h1> | 
					
						
							|  |  |  |         <h5> | 
					
						
							|  |  |  |             The data on this page is updated hourly. | 
					
						
							|  |  |  |         </h5> | 
					
						
							| 
									
										
										
										
											2022-04-08 15:52:49 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-04-13 23:46:15 -04:00
										 |  |  |         <div id="charts-wrapper"> | 
					
						
							| 
									
										
										
										
											2022-04-13 23:51:44 -04:00
										 |  |  |         {% for chart in charts %} | 
					
						
							| 
									
										
										
										
											2022-04-13 23:46:15 -04:00
										 |  |  |             <div class="chart-container"> | 
					
						
							| 
									
										
										
										
											2022-04-14 19:00:58 -04:00
										 |  |  |                 {{ chart|indent(16)|safe }} | 
					
						
							| 
									
										
										
										
											2022-04-13 23:46:15 -04:00
										 |  |  |             </div> | 
					
						
							|  |  |  |         {% endfor %} | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2022-04-08 15:52:49 +02:00
										 |  |  |     </div> | 
					
						
							|  |  |  | {% endblock %} |