{% extends "speakers/base.html" %} {% load base_filters %} {% load base_tags %} {% load perm_tags %} {% load speaker_tags %} {% load tagging_tags %} {% block title %} {% nowhitespace %} {{ speaker.name }} {% if speaker.position %}  – {{ speaker.position }} {% endif %} {% if speaker.company %}  – {{ speaker.company }} {% endif %} {% endnowhitespace %} {% endblock %} {% block meta_keywords %} {% nowhitespace %} speaker {{ speaker.name }} {% if speaker.position %} {{ speaker.position }} {% endif %} {% if speaker.company %} {{ speaker.company }} {% endif %} {% if speaker.tags %} {{ speaker.tags }} {% endif %} {% endnowhitespace %} {% endblock %} {% block meta_description %} {% nowhitespace %} {{ speaker.name }} {% if speaker.position %} ,{{ speaker.position }} {% endif %} {% if speaker.company %} ,{{ speaker.company }} {% endif %} {{ speaker.biography|striptags|truncatewords:"50"|safe }} {% endnowhitespace %} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% speaker_options request.user speaker %}
{% if speaker.professional_photo %} {% else %} {% endif %}

{{ speaker.name }}

{% if speaker.position %}

{{ speaker.position }}

{% endif %}

{{ speaker.name }} {% if speaker.position %} {{ speaker.position }} {% endif %} {% if speaker.company %} {{ speaker.company }} {% endif %}

{% if speaker.biography %}

{{ speaker.biography|safe }}

{% endif %} {% if speaker.email %}
{% trans 'Send email to ' %}{{ speaker.email|obfuscate_email:speaker.name }}
{% endif %}
{% if speaker.facebook %} Follow {{ speaker.name }} on Facebook {% endif %} {% if speaker.twitter %} Follow {{ speaker.name }} on Twitter {% endif %} {% if speaker.linkedin %} Follow {{ speaker.name }} on Linkedin {% endif %} {% if speaker.get_satisfaction %}
{% trans 'Get Satisfaction:' %} {{ speaker.get_satisfaction }}
{% endif %} {% if speaker.flickr %}
{% trans 'Flickr:' %} {{ speaker.flickr }}
{% endif %} {% if speaker.slideshare %}
{% trans 'SlideShare:' %} {{ speaker.slideshare }}
{% endif %}
 
{% endblock %}