2017-03-02 21:06:28 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% extends "utility_page.html" %}
							 
						 
					
						
							
								
									
										
										
										
											2016-06-27 10:14:59 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% load staticfiles %}
							 
						 
					
						
							
								
									
										
										
										
											2015-10-16 12:53:02 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								{% load i18n %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% load proposal_tags %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% load review_tags %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% load teams_tags %}
							 
						 
					
						
							
								
									
										
										
										
											2016-09-30 03:46:05 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% load registrasion_tags %}
							 
						 
					
						
							
								
									
										
										
										
											2017-09-27 23:46:13 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% load lca2018_tags %}
							 
						 
					
						
							
								
									
										
										
										
											2017-03-02 21:06:28 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% load staticfiles %}
							 
						 
					
						
							
								
									
										
										
										
											2015-10-16 12:53:02 -05:00 
										
									 
								 
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-06-27 10:14:59 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-06-04 20:54:51 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% block header_title %}linux.conf.au 2019{% endblock %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% block header_lead %}User Dashboard{% endblock %}
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% block main_class %}{% endblock %}
							 
						 
					
						
							
								
									
										
										
										
											2016-06-27 13:26:26 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2017-03-02 21:06:28 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% block content %}
							 
						 
					
						
							
								
									
										
										
										
											2016-06-28 07:56:27 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% available_categories as categories %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "container" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< h1  class = "text-primary mb-5" > Dashboard< / h1 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% if categories %} 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% if user.is_staff %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "container" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < h2 > Administration< / h2 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = "page-row" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = "col-xs-12" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < a  class = "btn btn-lg btn-info"  role = "button"  href = "{% url " reports_list "  % } " > Reports< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2016-09-30 03:46:05 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< div  class = "container" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = "col-12" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < h2 > {% trans "Attend" %} {% conference_name %}< / h2 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = "page-row" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% if not user.attendee.completed_registration %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = "panel panel-default" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < div  class = "panel-heading" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < h4 > Register< / h4 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < div  class = "panel-body" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < p > To attend the conference, you must create an attendee profile and purchase your ticket< / p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < a  class = "btn btn-lg btn-success"  role = "button"  href = "{% url " guided_registration "  % } " > Get your ticket< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% else %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = "col-xs-12 col-sm-6 col-lg-6" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < div  class = "panel panel-default" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < div  class = "panel-heading" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < h4 > Attendee Profile< / h4 > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        < div  class = "panel-body" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < p > If you would like to change the details on your badge or your attendee statistics, you may edit your attendee profile up until the 15th January 2018< / p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < a  class = "btn btn-lg btn-primary pull-left"  role = "button"  href = "{% url " user_badge "  % } " > Preview my badge< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < a  class = "btn btn-lg btn-primary pull-right"  role = "button"  href = "{% url " attendee_edit "  % } " > Edit attendee profile< / a > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = "col-xs-12 col-sm-6 col-lg-6" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < div  class = "panel panel-default" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < div  class = "panel-heading" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < h4 > Account Management< / h4 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < div  class = "panel-body" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < p > If you would like to change your registered email address or password, you can use our self-service account management portal< / p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < a  class = "btn btn-lg btn-primary pull-right"  role = "button"  href = "https://login.linux.conf.au/manage/" > Account Management< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-16 16:01:57 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% items_pending as pending %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = "col-xs-12 col-sm-12 col-lg-12" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < div  class = "panel panel-default" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < div  class = "panel-heading" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < h4 > Account< / h4 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < div  class = "panel-body" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          {% if pending %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < div  class = "col-xs-12 col-sm-6 col-lg-6" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < div  class = "panel panel-warning" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < div  class = "panel-heading" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < h5 > Items pending payment< / h5 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < div  class = "panel-body" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                {% include "registrasion/_items_list.html" with items=pending %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < div  class = "right" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  < a  class = "btn btn-lg btn-success pull-right"  role = "button"  href = "{% url " checkout "  % } " > Check out and pay< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-16 16:01:57 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          {% items_purchased as purchased %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          {% if purchased %}
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          < div  class = "col-xs-12 col-sm-6 col-lg-6" > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            < div  class = "panel panel-success" > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-16 16:01:57 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              < div  class = "panel-heading" > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                < h5 > Paid Items< / h5 > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-16 16:01:57 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < div  class = "panel-body" > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                {% include "registrasion/_items_list.html" with items=purchased %}
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2017-12-25 17:08:11 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          < div  class = "col-xs-12 col-sm-6 col-lg-6" > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            < div  class = "panel panel-success" > 
							 
						 
					
						
							
								
									
										
										
										
											2017-12-25 17:08:11 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              < div  class = "panel-heading" > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                < h5 > Add/Update Items< / h5 > 
							 
						 
					
						
							
								
									
										
										
										
											2017-12-25 17:08:11 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < div  class = "panel-body" > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                {% include "registrasion/_category_list.html" with categories=categories %}
							 
						 
					
						
							
								
									
										
										
										
											2017-12-25 17:08:11 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          {% invoices as invoices %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          {% if invoices %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < div  class = "col-xs-12 col-sm-12 col-lg-12" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < div  class = "panel panel-info" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < div  class = "panel-heading" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < h5 > Invoices< / h5 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < div  class = "panel-body" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < ul > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  {% for invoice in invoices %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  {% if invoice.is_void %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  < li  class = "void-invoice"  style = "display: none;" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    {% else %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    < li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      < a  href = "{% url " invoice "  invoice . id  % } "  > Invoice {{ invoice.id }}< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                      - ${{ invoice.value }} ({{ invoice.get_status_display }})
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    < / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                    {% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  < / ul > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                  < button  id = "toggle-void-invoices"  onclick = "toggleVoidInvoices();" > Show void invoices< / button > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								              < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            {% available_credit as credit %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            {% if credit %}
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            < div  class = "col-xs-12 col-sm-12 col-lg-12" > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              < div  class = "panel panel-danger" > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                < div  class = "panel-heading" > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                  < h5 > Credit< / h5 > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								                < div  class = "panel-body" > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                  < p > You have ${{ credit }} leftover from refunded invoices. This credit will be automatically applied to new invoices. Contact the conference organisers to for a refund to your original payment source.< / p > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								                < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-16 16:01:57 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								              < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								            {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2018-06-04 20:54:51 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  
							 
						 
					
						
							
								
									
										
										
										
											2016-06-27 13:26:26 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< div  class = "container" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "row" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = "col-12" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < h2  class = "text-primary mb-5" > {% trans "Speaking and Miniconfs" %}< / h2 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "row" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = "col-md-6 text-primary d-flex flex-column" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < h3  class = "text-upper" > Speaker Profile< / h3 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      {% if not user.speaker_profile %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        To create a speaking or miniconf proposal you must first create a speaker 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        profile.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < / p > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      < p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        Your speaker profile is independent of your attendee profile and the 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        details you provide here will be used during selection and to populate 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        your speaker bio on the conference website.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < / p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < div  class = "mt-auto" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        {% if not user.speaker_profile %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < a  href = "{% url " speaker_create "  % } "  class = "btn btn-primary btn-lg"  role = "button" > Create Profile< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        {% else %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < a  href = "{% url " speaker_edit "  % } "  class = "btn btn-primary btn-lg"  role = "button" > Edit Profile< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-16 16:01:57 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% if user.speaker_profile %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = "col-md-6 text-primary d-flex flex-column" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < h3  class = "text-upper" > New Proposal< / h3 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < p > You may use the following form to create a speaking or miniconf proposal.< / p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < p > Once submitted you will be able to see the status of your proposals, as well manage the submission and co-speakers from this page< / p > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < div  class = "mt-auto" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < a  class = "btn btn-lg btn-primary"  role = "button"  href = "{% url " proposal_submit "  % } " > New Proposal< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
									
										
										
										
											2016-06-28 07:56:27 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% if user.speaker_profile %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% if user.speaker_profile.proposals.exists %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "container" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = "page-header" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < h2 > Your Proposals< / h2 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = "page-row" > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    {% if user.speaker_profile.proposals.exists %}
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    {% for proposal in user.speaker_profile.proposals.all %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% include "symposion/proposals/_proposal_row.html" %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% endfor %}
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% if user.speaker_profile %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% associated_proposals as associated_proposals %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% pending_proposals as pending_proposals %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% if associated_proposals or pending_proposals %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "container" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = "page-header" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < h2 > Copresenter Proposals< / h2 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = "page-row" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% for proposal in associated_proposals %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% include "symposion/proposals/_proposal_row.html" %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% for proposal in pending_proposals %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% include "symposion/proposals/_pending_proposal_row.html" %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 13:21:52 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% if review_sections %}
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< div  class = "bg-primary text-secondary mt-5 pb-5" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "container" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "row" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < h2  class = "col-12 my-5" > {% trans "Reviews" %}< / h2 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  {% for section in review_sections %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = "col-md-6" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < h3 > {{ section }}< / h3 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < ul  class = "list-unstyled" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < li > < a  href = "{% url " review_section "  section . section . slug  % } " > All< / a > < / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < li > < a  href = "{% url " user_reviewed "  section . section . slug  % } " > Reviewed by you< / a > < / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < li > < a  href = "{% url " user_not_reviewed "  section . section . slug  % } " > Not Reviewed by you< / a > < / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < / ul > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          {% if section in manage_sections %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < ul  class = "list-unstyled" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < li > < a  href = "{% url " review_bulk_update "  section . section . slug  % } " > Bulk Update< / a > < / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < li > < a  href = "{% url " result_notification "  section . section . slug  " accepted "  % } " > Send notifications< / a > < / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < li > < a  href = "{% url " review_status "  section . section . slug  % } " > Voting Status< / a > < / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < li > < a  href = "{% url " review_admin "  section . section . slug  % } " > Reviewer Stats< / a > < / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < / ul > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  {% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% available_teams as available_teams %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% if user.memberships.exists or available_teams %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "container" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = "page-header" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < h2 > {% trans "Teams" %}< / h2 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "container" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = "page-row" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% if user.memberships.exists %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = "page-header" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < h3 > Your Teams< / h3 > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < div  clas = "page-row" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      {% for membership in user.memberships.all %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < div  class = "col-xs-12 col-sm-6 col-lg-6" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < div  class = "panel panel-primary" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < div  class = "panel-heading" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < h5 > {{ membership.team.name }}< / h5 > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          < div  class = "panel-body" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            {% if membership.team.description %}< p > {{ membership.team.description }}< / p > {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < a  class = "btn btn-lg btn-primary"  role = "button"  href = "{% url " team_detail "  membership . team . slug  % } " > Details< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < span  class = "{% if membership.state == 'invited' %} label-info{% endif %}" > {{ membership.get_state_display }}< / span > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            {% if membership.state == "manager" or user.is_staff %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            {% if membership.team.applicants %}{{ membership.team.applicants.count }} applicant{{ membership.team.applicants.count|pluralize }}{% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      {% endfor %}
							 
						 
					
						
							
								
									
										
										
										
											2017-10-13 14:56:09 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< div  class = "container" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  < div  class = "page-row" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    {% if available_teams %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = "page-header" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < h3 > Available Teams< / h3 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    < div  class = "page-row" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      {% for team in available_teams %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      < div  class = "col-xs-12 col-sm-6 col-lg-6" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        < div  class = "panel panel-primary" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < div  class = "panel-heading" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < h5 > {{ team }}< / h5 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								          < div  class = "panel-body" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            {% if team.description %}< p > {{ team.description }}< / p > {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < span  class = "label label-default" > {{ team.get_access_display }}< / span > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								            < a  class = "btn btn-lg btn-primary"  role = "button"  href = "{% url " team_detail "  team . slug  % } " > Details< / a > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								          < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2017-10-13 14:56:09 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								        < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      {% endfor %}
							 
						 
					
						
							
								
									
										
										
										
											2017-04-16 16:01:57 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    < / div > 
							 
						 
					
						
							
								
									
										
										
										
											2017-10-13 14:56:09 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								  < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2016-06-27 13:26:26 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2017-03-02 21:06:28 +11:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% endblock %} <!--  block content  --> 
							 
						 
					
						
							
								
									
										
										
										
											2016-09-30 03:46:05 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								{% block scripts_extra %}
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								< script  type = "text/javascript" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  var _toggleVoidInvoices = function() {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    var visible = false;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								    function toggleVoidInvoices() {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $btn = $("#toggle-void-invoices");
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      $invoices = $(".void-invoice")
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      if (visible) {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $invoices.hide();
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        btnText = "Show void invoices";
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      } else {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        $invoices.show();
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								        btnText = "Hide void invoices";
							 
						 
					
						
							
								
									
										
										
										
											2016-09-30 03:46:05 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      }
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								      $btn.text(btnText);
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      visible = !visible;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								      return true;
							 
						 
					
						
							
								
									
										
										
										
											2016-09-30 03:46:05 -07:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    }
							 
						 
					
						
							
								
									
										
										
										
											2018-06-24 12:14:29 +12:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								    return toggleVoidInvoices;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  var toggleVoidInvoices = _toggleVoidInvoices();
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								  _toggleVoidInvoices = undefined;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							 
							
							
								< / script > 
							 
						 
					
						
							
								
									
										
										
										
											2017-04-25 15:59:35 +10:00 
										
									 
								 
							 
							
								
									
										 
									 
								
							 
							
								 
							 
							
							
								{% endblock %}