forked from Ruderverein-Donau-Linz/rowt
		
	change header message box sidebar
This commit is contained in:
		@@ -97,7 +97,7 @@
 | 
			
		||||
              {# --- START List Coxes --- #}
 | 
			
		||||
              {% if planned_event.planned_amount_cox > 0 %}
 | 
			
		||||
		{% if amount_cox_missing > 0 %}
 | 
			
		||||
	                {{ macros::box(participants=planned_event.cox, empty_seats=planned_event.planned_amount_cox - amount_cur_cox, header='Benötigte Steuerleute:', text='Keine Steuerleute angemeldet') }}
 | 
			
		||||
	                {{ macros::box(participants=planned_event.cox, empty_seats=planned_event.planned_amount_cox - amount_cur_cox, header='Noch benötigte Steuerleute:', text='Keine Steuerleute angemeldet') }}
 | 
			
		||||
		{% else %}
 | 
			
		||||
	                {{ macros::box(participants=planned_event.cox, empty_seats="", header='Genügend Steuerleute haben sich angemeldet :-)', text='Keine Steuerleute angemeldet') }}
 | 
			
		||||
		{% endif %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user