| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | {% load i18n %} | 
					
						
							| 
									
										
										
										
											2016-07-09 23:14:31 +10:00
										 |  |  | {% load lca2017_tags %} | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     <h4>{% trans "Submitted by" %}</h4> | 
					
						
							|  |  |  |     <p>{{ proposal.speaker }}</p> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-07-09 23:14:31 +10:00
										 |  |  |     <h4>{% trans "Proposal Type" %}</h4> | 
					
						
							|  |  |  |     <p>{{ proposal.kind.name|capfirst }}</p> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     <h4>{% trans "Target Audience" %}</h4> | 
					
						
							|  |  |  |     <p>{{ proposal.get_target_audience_display }} </p> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {% if proposal.additional_speakers.all %} | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |         <h4>{% trans "Additional Speakers" %}</h4> | 
					
						
							|  |  |  |         <ul> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  |             {% for speaker in proposal.additional_speakers.all %} | 
					
						
							|  |  |  |                 <li> | 
					
						
							|  |  |  |                     {% if speaker.user %} | 
					
						
							|  |  |  |                         <strong>{{ speaker.name }}</strong> <{{ speaker.email }}> | 
					
						
							|  |  |  |                     {% else %} | 
					
						
							|  |  |  |                         {{ speaker.email }} ({% trans "Invitation Sent" %}) | 
					
						
							|  |  |  |                     {% endif %} | 
					
						
							|  |  |  |                 </li> | 
					
						
							|  |  |  |             {% endfor %} | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |         </ul> | 
					
						
							|  |  |  |         <p></p> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  |     {% endif %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     <h4>{% trans "Abstract" %}</h4> | 
					
						
							|  |  |  |     <div class="abstract">{{ proposal.abstract_html|safe }} </div> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     <h4>{% trans "Private Abstract" %}</h4> | 
					
						
							|  |  |  |     <div class="private_abstract">{{ proposal.private_abstract_html|safe }} </div> | 
					
						
							| 
									
										
										
										
											2016-06-21 09:58:27 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     <h4>{% trans "Project" %}</h4> | 
					
						
							|  |  |  |     <p>{{ proposal.project|safe }} </p> | 
					
						
							| 
									
										
										
										
											2016-06-21 09:58:27 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     <h4>{% trans "Project URL" %}</h4> | 
					
						
							|  |  |  |     <p><a href="{{ proposal.project_url|safe }}">{{ proposal.project_url|safe }}</a> </p> | 
					
						
							| 
									
										
										
										
											2016-06-21 09:58:27 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     <h4>{% trans "Video URL" %}</h4> | 
					
						
							|  |  |  |     <p><a href="{{ proposal.video_url|safe }}">{{ proposal.video_url|safe }}</a> </p> | 
					
						
							| 
									
										
										
										
											2016-06-21 09:58:27 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     <h4>{% trans "Special Requirements" %}</h4> | 
					
						
							|  |  |  |     <div class="special_requirements">{{ proposal.technical_requirements_html|safe }}</div> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-07-09 23:14:31 +10:00
										 |  |  |     {% for speaker in proposal.speakers %} | 
					
						
							|  |  |  |       <h4>{% trans "Speaker:" %} {{ speaker.name }}</h4> | 
					
						
							|  |  |  |       <h5>{% trans "Biography" %}</h5> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       <div class="biography">{{ proposal.speaker.biography_html|safe }} </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       <h5>{% trans "Experience" %}</h5> | 
					
						
							|  |  |  |       <div class="biography">{{ proposal.speaker.experience_html|safe }} </div> | 
					
						
							|  |  |  |     {% endfor %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {% if can_manage_proposal or request.user.speaker_profile in proposal.speakers %} | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-07-09 23:14:31 +10:00
										 |  |  |       <h4>{% trans "Assistance required?" %}</h4> | 
					
						
							|  |  |  |       <br /> | 
					
						
							|  |  |  |       <table> | 
					
						
							|  |  |  |         <tr> | 
					
						
							|  |  |  |           <th></th> | 
					
						
							|  |  |  |           <th>{% trans "Travel" %}</th> | 
					
						
							|  |  |  |           <th>{% trans "Accommodation" %}</th> | 
					
						
							|  |  |  |         </tr> | 
					
						
							|  |  |  |         {% for speaker in proposal.speakers %} | 
					
						
							|  |  |  |           <tr> | 
					
						
							|  |  |  |             <td>{{ speaker.name }}</td> | 
					
						
							|  |  |  |             <td>{{ speaker.travel_assistance }}</td> | 
					
						
							|  |  |  |             <td>{{ speaker.accommodation_assistance }}</td> | 
					
						
							|  |  |  |           </tr> | 
					
						
							|  |  |  |         {% endfor %} | 
					
						
							|  |  |  |       </table> | 
					
						
							|  |  |  |       <br /> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       {% if proposal.speaker.accessibility_html %} | 
					
						
							|  |  |  |         <h4>{% trans "Speaker Accessibility Requirements" %}</h4> | 
					
						
							|  |  |  |         {% for speaker in proposal.speakers %} | 
					
						
							|  |  |  |           {% if speaker.accessibility_html %} | 
					
						
							|  |  |  |             <h5>{{ speaker.name }}</h5> | 
					
						
							|  |  |  |             <div class="biography">{{ speaker.accessibility_html|safe }} </div> | 
					
						
							|  |  |  |           {% endif %} | 
					
						
							|  |  |  |         {% endfor %} | 
					
						
							|  |  |  |       {% endif %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {% endif %} | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-29 23:17:15 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     <h4>{% trans "Documents" %}</h4> | 
					
						
							|  |  |  |     <div> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  |         {% if proposal.supporting_documents.exists %} | 
					
						
							|  |  |  |             <table class="table table-striped"> | 
					
						
							|  |  |  |                 {% for document in proposal.supporting_documents.all %} | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td><a href="{{ document.download_url }}">{{ document.description }}</a></td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                         <form style="margin: 0;" method="post" action="{% url "proposal_document_delete" document.pk %}"> | 
					
						
							|  |  |  |                             {% csrf_token %} | 
					
						
							|  |  |  |                             <button type="submit" class="btn btn-xs">delete</button> | 
					
						
							|  |  |  |                         </form> | 
					
						
							|  |  |  |                     </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                 {% endfor %} | 
					
						
							|  |  |  |             </table> | 
					
						
							|  |  |  |         {% else %} | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |             <p>No supporting documents attached to this proposal.</p> | 
					
						
							| 
									
										
										
										
											2015-10-16 12:53:02 -05:00
										 |  |  |         {% endif %} | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2016-06-21 09:58:27 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     <h4>{% trans "Recording Release" %}</h4> | 
					
						
							|  |  |  |     <p>{{ proposal.recording_release }} </p> | 
					
						
							| 
									
										
										
										
											2016-06-21 09:58:27 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-27 18:13:38 +10:00
										 |  |  |     <h4>{% trans "Materials Release" %}</h4> | 
					
						
							|  |  |  |     <p>{{ proposal.materials_release }} </p> |