| 
									
										
										
										
											2018-10-01 11:15:52 +13:00
										 |  |  | {% extends "site_base.html" %} | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-27 23:46:13 +10:00
										 |  |  | {% load lca2018_tags %} | 
					
						
							| 
									
										
										
										
											2018-11-27 17:46:30 +13:00
										 |  |  | {% load lca2019_tags %} | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | {% load sitetree %} | 
					
						
							| 
									
										
										
										
											2016-09-18 20:40:55 +10:00
										 |  |  | {% load staticfiles %} | 
					
						
							|  |  |  | {% load thumbnail %} | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block head_title %}Presentation: {{ presentation.title }}{% endblock %} | 
					
						
							| 
									
										
										
										
											2019-10-20 23:16:29 +10:00
										 |  |  | {% block page_title %}{{ presentation.title }}{% endblock %} | 
					
						
							|  |  |  | {% block page_lead %}{{ presentation.slot.rooms.0 }} | {{ presentation.slot.day.date|date:"D d M" }} | {{ presentation.slot.start}}–{{ presentation.slot.end }}{% endblock %} | 
					
						
							| 
									
										
										
										
											2016-09-18 20:40:55 +10:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block content %} | 
					
						
							| 
									
										
										
										
											2019-10-20 23:16:29 +10:00
										 |  |  |   {% if presentation.unpublish %} | 
					
						
							| 
									
										
										
										
											2018-10-01 11:15:52 +13:00
										 |  |  |   <div class="row"> | 
					
						
							| 
									
										
										
										
											2019-10-20 23:16:29 +10:00
										 |  |  |     <div class="col"> | 
					
						
							|  |  |  |       <p><strong>Presentation not published.</strong></p> | 
					
						
							| 
									
										
										
										
											2018-11-27 17:46:30 +13:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2019-10-20 23:16:29 +10:00
										 |  |  |   </div> | 
					
						
							|  |  |  |   {% endif %} | 
					
						
							| 
									
										
										
										
											2018-10-01 11:15:52 +13:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-20 23:16:29 +10:00
										 |  |  |   <div class="row presentation-details"> | 
					
						
							|  |  |  |     <div class="col-md-3"> | 
					
						
							|  |  |  |       <h2 class="mt-4">Presented by</h4> | 
					
						
							| 
									
										
										
										
											2018-10-01 11:15:52 +13:00
										 |  |  |       <ul class="list-unstyled"> | 
					
						
							| 
									
										
										
										
											2018-11-27 17:46:30 +13:00
										 |  |  |         {% for speaker in presentation.speakers %} | 
					
						
							|  |  |  |         <li class="mb-4 pb-2"> | 
					
						
							|  |  |  |           {% speaker_photo speaker 120 as speaker_photo_url %} | 
					
						
							|  |  |  |           <img src="{{ speaker_photo_url }}" class="rounded-circle"> | 
					
						
							|  |  |  |           <p> | 
					
						
							|  |  |  |             <strong>{{ speaker }}</strong><br /> | 
					
						
							|  |  |  |             {% if speaker.twitter_username %} | 
					
						
							| 
									
										
										
										
											2018-11-27 20:45:47 +13:00
										 |  |  |               <a href="https://twitter.com/{{ speaker.twitter_username }}">{{ speaker.twitter_username|twitter_handle }}</a><br /> | 
					
						
							| 
									
										
										
										
											2018-11-27 17:46:30 +13:00
										 |  |  |             {% endif %} | 
					
						
							|  |  |  |             {% if speaker.homepage %} | 
					
						
							|  |  |  |               <a href="{{ speaker.homepage }}">{{ speaker.homepage }}</a> | 
					
						
							|  |  |  |             {% endif %} | 
					
						
							|  |  |  |           </p> | 
					
						
							|  |  |  |           <div class="bio">{{ speaker.biography_html|safe}}</div> | 
					
						
							|  |  |  |           </p> | 
					
						
							|  |  |  |         </li> | 
					
						
							|  |  |  |         {% endfor %} | 
					
						
							| 
									
										
										
										
											2018-10-01 11:15:52 +13:00
										 |  |  |       </ul> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2018-11-27 17:46:30 +13:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-20 23:16:29 +10:00
										 |  |  |     <div class="col-md-9 presentation-abstract"> | 
					
						
							|  |  |  |       <h2 class="mt-4">Abstract</h4> | 
					
						
							| 
									
										
										
										
											2019-01-04 12:17:14 +13:00
										 |  |  |       {% autoescape off %} | 
					
						
							|  |  |  |       <div class="abstract pb-4"><p>{{ presentation.abstract_html|safe|clean_text|urlize }}</p></div> | 
					
						
							|  |  |  |       {% endautoescape %} | 
					
						
							| 
									
										
										
										
											2018-11-27 17:46:30 +13:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2019-10-20 23:16:29 +10:00
										 |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | {% endblock %} |