|  |  |  | @ -44,6 +44,11 @@ | 
			
		
	
		
			
				
					|  |  |  |  | 					<span>{% if meal.selection_deadline != 'Deadline passed' %}Confirmed in {% endif %}{{meal.selection_deadline}}</span> | 
			
		
	
		
			
				
					|  |  |  |  | 				</div> | 
			
		
	
		
			
				
					|  |  |  |  | 			{% endfor%} | 
			
		
	
		
			
				
					|  |  |  |  | 			<h2>   </h2> | 
			
		
	
		
			
				
					|  |  |  |  | 			<div class="flex-card" style="background: none; box-shadow: none"> | 
			
		
	
		
			
				
					|  |  |  |  | 				<div class="round-button" onclick="location.href='/mealplanner';"><i class="fa fa-calendar" aria-hidden="true"></i></div> | 
			
		
	
		
			
				
					|  |  |  |  | 				<span><b>Plan new meal</b></span> | 
			
		
	
		
			
				
					|  |  |  |  | 			</div> | 
			
		
	
		
			
				
					|  |  |  |  | 		</div> | 
			
		
	
		
			
				
					|  |  |  |  | 		<div class="user-card"> | 
			
		
	
		
			
				
					|  |  |  |  | 			{% if current_user.is_authenticated %} | 
			
		
	
	
		
			
				
					|  |  |  | 
 |