| 
									
										
										
										
											2016-09-03 19:22:47 +10:00
										 |  |  | {% extends "site_base_wagtail.html" %} | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% load i18n %} | 
					
						
							|  |  |  | {% load pinax_boxes_tags %} | 
					
						
							|  |  |  | {% load cache %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block head_title %}Conference Schedule{% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body_class %}full{% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block right %} | 
					
						
							|  |  |  | {% endblock %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-03 19:22:47 +10:00
										 |  |  | {% block body %} | 
					
						
							|  |  |  | <div class="l-content-page"> | 
					
						
							|  |  |  | <div class="l-content-page--richtext"> | 
					
						
							|  |  |  | <div class="rich-text"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  |     <div class="page-head"> | 
					
						
							|  |  |  |         <h1>Conference Schedule</h1> | 
					
						
							|  |  |  |         {% block breadcrumbs %}{% endblock %} | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {% for section in sections %} | 
					
						
							| 
									
										
										
										
											2016-09-03 19:22:47 +10:00
										 |  |  |        {% cache 600 "schedule-table" section.schedule.section %} | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  |             {% for timetable in section.days %} | 
					
						
							|  |  |  |                 <h3>{{ section.schedule.section.name }} — {{ timetable.day.date }}</h3> | 
					
						
							|  |  |  |                 {% include "symposion/schedule/_grid.html" %} | 
					
						
							|  |  |  |             {% endfor %} | 
					
						
							|  |  |  |         {% endcache %} | 
					
						
							|  |  |  |     {% endfor %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-03 19:22:47 +10:00
										 |  |  | </div></div></div> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | {% endblock %} |