2021-10-24 00:35:41 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								<!DOCTYPE html>  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< html  lang = "en" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    < title > {{ player_name }}' s Tracker< / title > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    < link  rel = "stylesheet"  type = "text/css"  href = "{{ url_for('static', filename='styles/timespinnerTracker.css') }}" / > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    < script  type = "application/ecmascript"  src = "{{ url_for('static', filename='assets/timespinnerTracker.js') }}" > < / script > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    < div  id = "player-tracker-wrapper"  data-tracker = "{{ room.tracker|suuid }}" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        < table  id = "inventory-table" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < tr > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Timespinner Wheel'] }}"  class = "{{ 'acquired' if 'Timespinner Wheel' in acquired_items }}"  title = "Timespinner Wheel"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Timespinner Spindle'] }}"  class = "{{ 'acquired' if 'Timespinner Spindle' in acquired_items }}"  title = "Timespinner Spindle"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Timespinner Gear 1'] }}"  class = "{{ 'acquired' if 'Timespinner Gear 1' in acquired_items }}"  title = "Timespinner Gear 1"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Timespinner Gear 2'] }}"  class = "{{ 'acquired' if 'Timespinner Gear 2' in acquired_items }}"  title = "Timespinner Gear 2"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Timespinner Gear 3'] }}"  class = "{{ 'acquired' if 'Timespinner Gear 3' in acquired_items }}"  title = "Timespinner Gear 3"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < / tr > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < tr > 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-10 18:40:27 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Talaria Attachment'] }}"  class = "{{ 'acquired' if 'Talaria Attachment' in acquired_items or 'QuickSeed' in options }}"  title = "Talaria Attachment"  / > < / td > 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-24 00:35:41 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Succubus Hairpin'] }}"  class = "{{ 'acquired' if 'Succubus Hairpin' in acquired_items }}"  title = "Succubus Hairpin"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Lightwall'] }}"  class = "{{ 'acquired' if 'Lightwall' in acquired_items }}"  title = "Lightwall"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Celestial Sash'] }}"  class = "{{ 'acquired' if 'Celestial Sash' in acquired_items }}"  title = "Celestial Sash"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Twin Pyramid Key'] }}"  class = "{{ 'acquired' if 'Twin Pyramid Key' in acquired_items }}"  title = "Twin Pyramid Key"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < / tr > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < tr > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Security Keycard A'] }}"  class = "{{ 'acquired' if 'Security Keycard A' in acquired_items }}"  title = "Security Keycard A"  / > < / td > 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-27 10:20:18 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Security Keycard B'] }}"  class = "{{ 'acquired' if 'Security Keycard B' in acquired_items }}"  title = "Security Keycard B"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Security Keycard C'] }}"  class = "{{ 'acquired' if 'Security Keycard C' in acquired_items }}"  title = "Security Keycard C"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Security Keycard D'] }}"  class = "{{ 'acquired' if 'Security Keycard D' in acquired_items }}"  title = "Security Keycard D"  / > < / td > 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-10 18:40:27 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                {% if 'DownloadableItems' in options %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Library Keycard V'] }}"  class = "{{ 'acquired' if 'Library Keycard V' in acquired_items }}"  title = "Library Keycard V"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% else %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% endif %}   
							 
						 
					
						
							
								
									
										
										
										
											2021-10-24 00:35:41 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								            < / tr > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < tr > 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-10 18:40:27 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                {% if 'DownloadableItems' in options %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Tablet'] }}"  class = "{{ 'acquired' if 'Tablet' in acquired_items }}"  title = "Tablet"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% else %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% endif %}    
							 
						 
					
						
							
								
									
										
										
										
											2021-10-24 00:35:41 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Elevator Keycard'] }}"  class = "{{ 'acquired' if 'Elevator Keycard' in acquired_items }}"  title = "Elevator Keycard"  / > < / td > 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-10 18:40:27 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                {% if 'FacebookMode' in options %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Oculus Ring'] }}"  class = "{{ 'acquired' if 'Oculus Ring' in acquired_items }}"  title = "Oculus Ring"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% else %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% endif %}   
							 
						 
					
						
							
								
									
										
										
										
											2021-10-24 00:35:41 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Water Mask'] }}"  class = "{{ 'acquired' if 'Water Mask' in acquired_items }}"  title = "Water Mask"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > < img  src = "{{ icons['Gas Mask'] }}"  class = "{{ 'acquired' if 'Gas Mask' in acquired_items }}"  title = "Gas Mask"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < / tr > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < tr > 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-10 18:40:27 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                {% if 'GyreArchives' in options %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Kobo'] }}"  class = "{{ 'acquired' if 'Kobo' in acquired_items }}"  title = "Kobo"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Merchant Crow'] }}"  class = "{{ 'acquired' if 'Merchant Crow' in acquired_items }}"  title = "Merchant Crow"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% else %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2021-11-28 22:59:34 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% if 'Djinn Inferno' in acquired_items %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Djinn Inferno'] }}"  class = "acquired"  title = "Djinn Inferno"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% elif 'Pyro Ring' in acquired_items %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Pyro Ring'] }}"  class = "acquired"  title = "Pyro Ring"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% elif 'Fire Orb' in acquired_items %}
							 
						 
					
						
							
								
									
										
										
										
											2021-10-24 00:35:41 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Fire Orb'] }}"  class = "acquired"  title = "Fire Orb"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% elif 'Infernal Flames' in acquired_items %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Infernal Flames'] }}"  class = "acquired"  title = "Infernal Flames"  / > < / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% else %}
							 
						 
					
						
							
								
									
										
										
										
											2021-11-28 22:59:34 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Djinn Inferno'] }}"  title = "Djinn Inferno"  / > < / td > 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-24 00:35:41 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								                {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-11-28 22:59:34 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                {% if 'Royal Ring' in acquired_items %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Royal Ring'] }}"  class = "acquired"  title = "Royal Ring"  / > < / td > 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-24 00:35:41 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								                {% elif 'Plasma Geyser' in acquired_items %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Plasma Geyser'] }}"  class = "acquired"  title = "Plasma Geyser"  / > < / td > 
							 
						 
					
						
							
								
									
										
										
										
											2021-11-28 22:59:34 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                {% elif 'Plasma Orb' in acquired_items %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Plasma Orb'] }}"  class = "acquired"  title = "Plasma Orb"  / > < / td > 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-24 00:35:41 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								                {% else %}
							 
						 
					
						
							
								
									
										
										
										
											2021-11-28 22:59:34 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                    < td > < img  src = "{{ icons['Royal Ring'] }}"  title = "Royal Ring"  / > < / td > 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-24 00:35:41 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								                {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < / tr > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        < / table > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        < table  id = "location-table" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            {% for area in checks_done %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < tr  class = "location-category"  id = "{{area}}-header" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td > {{ area }} {{'▼' if area != 'Total'}}< / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < td  class = "counter" > {{ checks_done[area] }} / {{ checks_in_area[area] }}< / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < / tr > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < tbody  class = "locations hide"  id = "{{area}}" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% for location in location_info[area] %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < tr > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td  class = "location-name" > {{ location }}< / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    < td  class = "counter" > {{ '✔' if location_info[area][location] else '' }}< / td > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < / tr > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                {% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            < / tbody > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            {% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        < / table > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / html >