|  | @@ -82,18 +82,13 @@
 | 
											
												
													
														|  |  {%  endif %}
 |  |  {%  endif %}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  	{% set authors = [] %}
 |  |  	{% set authors = [] %}
 | 
											
												
													
														|  | -	{% set gamemasters = [] %}
 |  | 
 | 
											
												
													
														|  | -	{% set games = [] %}
 |  | 
 | 
											
												
													
														|  | 
 |  | +	{% set gamemasters = event.gamemastersAssigned %}
 | 
											
												
													
														|  | 
 |  | +	{% set games = event.gameAssigned %}
 | 
											
												
													
														|  |  	{% for party in event.parties %}
 |  |  	{% for party in event.parties %}
 | 
											
												
													
														|  |  	{% if party.gamemasterIsAuthor and (party.gamemaster not in authors) %}
 |  |  	{% if party.gamemasterIsAuthor and (party.gamemaster not in authors) %}
 | 
											
												
													
														|  |      {% set authors = authors|merge([party.gamemaster]) %}
 |  |      {% set authors = authors|merge([party.gamemaster]) %}
 | 
											
												
													
														|  | 
 |  | +    
 | 
											
												
													
														|  |  	{% endif %}
 |  |  	{% endif %}
 | 
											
												
													
														|  | -	{% if party.gamemaster not in gamemasters %}
 |  | 
 | 
											
												
													
														|  | -	  {% set gamemasters = gamemasters|merge([party.gamemaster]) %}
 |  | 
 | 
											
												
													
														|  | -	 {% endif %}
 |  | 
 | 
											
												
													
														|  | -	 {% if party.game not in games %}
 |  | 
 | 
											
												
													
														|  | -	  {% set games = games|merge([party.game]) %}
 |  | 
 | 
											
												
													
														|  | -	 {% endif %}
 |  | 
 | 
											
												
													
														|  |  	 
 |  |  	 
 | 
											
												
													
														|  |  	{% endfor %}
 |  |  	{% endfor %}
 | 
											
												
													
														|  |  
 |  |  
 |