{% extends "agenda/base.html" %} {% load i18n %} {% load rich_text %} {% block title %}{{ profile.user.get_display_name }} ::{% endblock %} {% block meta_title %}{{ profile.user.get_display_name }}{% endblock %} {% block social_title %}{{ profile.user.get_display_name }}{% endblock %} {% block alternate_link %} {% endblock %} {% block agenda_content %}

{{ profile.user.get_display_name }}

{{ profile.biography|rich_text }}
{% if profile.user.avatar %} {% translate {% elif profile.user.get_gravatar and request.event.feature_flags.use_gravatar %} {% translate {% endif %}
{% if answers %}
{% for answer in answers %} {{ answer.question.question }} – {% include "common/question_answer.html" with answer=answer %} {% endfor %}
{% endif %}

{% translate "Sessions" %}

{% for session in talks %} {% include "agenda/session_block.html" with show_date=True %} {% endfor %}
{% endblock %}