{% load i18n %} {% load pyconau2017_tags %}

{% trans "Submitted by" %}

{{ proposal.speaker }} <{{ proposal.speaker.email }}>

{% trans "Proposal Type" %}

{{ proposal.kind.name|capfirst }}

{% trans "Target Audience" %}

{{ proposal.get_target_audience_display }} 

{% if proposal.additional_speakers.all %}

{% trans "Additional Speakers" %}

{% endif %}

{% trans "Abstract" %}

{{ proposal.abstract_html|safe }} 

{% trans "Private Abstract" %}

{{ proposal.private_abstract_html|safe }} 

{% trans "Project" %}

{{ proposal.project|safe }} 

{% trans "Project URL" %}

{{ proposal.project_url|safe }} 

{% trans "Video URL" %}

{{ proposal.video_url|safe }} 

{% trans "Special Requirements" %}

{{ proposal.technical_requirements_html|safe }}
{% for speaker in proposal.speakers %}

{% trans "Speaker:" %} {{ speaker.name }}

{% trans "Biography" %}
{{ speaker.biography_html|safe }} 
{% trans "Experience" %}
{{ speaker.experience_html|safe }} 
{% endfor %} {% can_manage proposal as can_manage_proposal %} {% if can_manage_proposal or request.user.speaker_profile in proposal.speakers %}

{% trans "Assistance required?" %}


{% for speaker in proposal.speakers %} {% endfor %}
{% trans "Travel" %} {% trans "Accommodation" %}
{{ speaker.name }} {{ speaker.travel_assistance }} {{ speaker.accommodation_assistance }}

{% if proposal.speaker.accessibility_html %}

{% trans "Speaker Accessibility Requirements" %}

{% for speaker in proposal.speakers %} {% if speaker.accessibility_html %}
{{ speaker.name }}
{{ speaker.accessibility_html|safe }} 
{% endif %} {% endfor %} {% endif %} {% endif %}

{% trans "Documents" %}

{% if proposal.supporting_documents.exists %} {% for document in proposal.supporting_documents.all %} {% endfor %}
{{ document.description }}
{% csrf_token %}
{% else %}

No supporting documents attached to this proposal.

{% endif %}

{% trans "Recording Release" %}

{{ proposal.recording_release }} 

{% trans "Materials Release" %}

{{ proposal.materials_release }}