2016-03-30 15:13:50 +11:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								{% if discounts %}
							 
						 
					
						
							
								
									
										
										
										
											2018-09-30 17:00:38 +13:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< div  class = "my-4 py-4 px-4 bg-primary text-secondary" > 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-29 13:29:32 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  < h2 > Discounts and Complimentary Items< / h2 > 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-30 17:00:38 +13:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  < p > The following discounts and complimentary items are available to you. If you wish to take advantage of this offer, you must choose your items below. The discounts will be applied automatically when you check out.< / p > 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-29 13:29:32 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  {% regroup discounts by discount.description as discounts_grouped %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  {% for discount_type in discounts_grouped %}
							 
						 
					
						
							
								
									
										
										
										
											2018-09-29 15:14:48 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  < strong > {{ discount_type.grouper }}< / strong > 
							 
						 
					
						
							
								
									
										
										
										
											2018-09-29 13:29:32 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  < ul > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% for discount in discount_type.list %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < li > {{ discount.quantity }} ×  {{ discount.clause }}< / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < / ul > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  {% endfor %}
							 
						 
					
						
							
								
									
										
										
										
											2017-10-01 20:01:15 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
									
										
										
										
											2017-10-01 14:44:41 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-03-30 15:13:50 +11:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								{% endif %}