| 
									
										
										
										
											2016-09-30 03:46:05 -07:00
										 |  |  | {% extends "registrasion/base.html" %} | 
					
						
							| 
									
										
										
										
											2016-03-30 15:13:50 +11:00
										 |  |  | {% load bootstrap %} | 
					
						
							|  |  |  | {% load registrasion_tags %} | 
					
						
							| 
									
										
										
										
											2016-09-30 03:46:05 -07:00
										 |  |  | {% load lca2017_tags %} | 
					
						
							|  |  |  | {% load staticfiles %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block header_title %}{% conference_name %}{% endblock %} | 
					
						
							|  |  |  | {% block header_paragraph %} | 
					
						
							|  |  |  |   <p>Monday 16 January–Friday 20 January 2017.</p> | 
					
						
							|  |  |  |   <p>Wrest Point Convention Centre, Hobart, Tasmania, Australia.</p> | 
					
						
							|  |  |  | {% endblock %} | 
					
						
							|  |  |  | {% block header_inset_image %}{% illustration "tuz.svg" %}{% endblock %} | 
					
						
							|  |  |  | {% block header_background_image %}{% static "lca2017/images/wp_bg_optimised.jpg" %}{% endblock %} | 
					
						
							|  |  |  | {% block content %} | 
					
						
							| 
									
										
										
										
											2016-03-30 15:13:50 +11:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% if invoice.is_unpaid %} | 
					
						
							| 
									
										
										
										
											2016-09-30 03:46:05 -07:00
										 |  |  |   <p> | 
					
						
							|  |  |  |     <strong>NOTICE:</strong> The below invoice is automatically generated, and  | 
					
						
							|  |  |  |     will be voided if you amend your selections before payment, or if discounts | 
					
						
							|  |  |  |     or products contained in the invoice become unavailable. The products and | 
					
						
							|  |  |  |     discounts are only reserved until the invoice due time, please pay before then | 
					
						
							|  |  |  |     to guarantee your selection. Late payments are accepted only if the products | 
					
						
							|  |  |  |     and discounts are still available.</p> | 
					
						
							| 
									
										
										
										
											2016-03-30 15:13:50 +11:00
										 |  |  | 
 | 
					
						
							|  |  |  |   {% url "invoice_access" invoice.user.attendee.access_code as access_url %} | 
					
						
							|  |  |  |   <p>Your most recent unpaid invoice will be available at | 
					
						
							|  |  |  |     <a href="{{ access_url }}">{{ request.scheme }}://{{ request.get_host }}{{ access_url }}</a> | 
					
						
							| 
									
										
										
										
											2016-09-30 03:46:05 -07:00
										 |  |  |     You can give this URL to your accounts department to pay for this invoice.</p> | 
					
						
							| 
									
										
										
										
											2016-03-30 15:13:50 +11:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-30 03:46:05 -07:00
										 |  |  |   <div class="btn-group"> | 
					
						
							|  |  |  |     <a class="btn btn-default" href='{% url "registripe_card" invoice.id invoice.user.attendee.access_code %}'>Pay this invoice by card</a> | 
					
						
							| 
									
										
										
										
											2016-03-30 15:13:50 +11:00
										 |  |  |     {% if user.is_staff %} | 
					
						
							|  |  |  |       <a class="btn btn-default" href="{% url "manual_payment" invoice.id %}">Apply manual payment</a> | 
					
						
							|  |  |  |     {% endif %} | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  | {% elif invoice.is_paid %} | 
					
						
							|  |  |  |   {% if user.is_staff %} | 
					
						
							| 
									
										
										
										
											2016-09-30 03:46:05 -07:00
										 |  |  |   <div class="btn_group"> | 
					
						
							| 
									
										
										
										
											2016-03-30 15:13:50 +11:00
										 |  |  |     {% if user.is_staff %} | 
					
						
							| 
									
										
										
										
											2016-04-25 19:40:35 +10:00
										 |  |  |     <a class="btn btn-default" href="{% url "manual_payment" invoice.id %}">Apply manual payment/refund</a> | 
					
						
							|  |  |  |     <a class="btn btn-default" href="{% url "refund" invoice.id %}">Refund by issuing credit note</a> | 
					
						
							| 
									
										
										
										
											2016-03-30 15:13:50 +11:00
										 |  |  |     {% endif %} | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  |   {% endif %} | 
					
						
							|  |  |  | {% endif %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <hr /> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-30 03:46:05 -07:00
										 |  |  | {% include "registrasion/_invoice_details.html" %} | 
					
						
							| 
									
										
										
										
											2016-03-30 15:13:50 +11:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} |