{{ profile.user.get_display_name }} {% if request.event.current_schedule %} .ical {% endif %} {{ profile.biography|rich_text }} {% if profile.user.avatar %} {% endif %} {% if answers %} {% for answer in answers %} {{ answer.question.question }} – {% include "common/question_answer.html" with answer=answer %} {% endfor %} {% endif %} {% blocktranslate trimmed count count=talks.count %} Session {% plural %} Sessions {% endblocktranslate %} {% for session in talks %} {% include "agenda/session_block.html" with show_date=True %} {% endfor %}