{% extends "cfp/event/base.html" %} {% load i18n %} {% load rich_text %} {% block title %}{% translate "Accept invitation?" %}{% endblock %} {% block content %}
{% blocktranslate with name=request.user.get_display_name talk=submission.title trimmed %} You, {{ name }}, have been invited to be a speaker for the session “{{ talk }}”. Do you accept the invitation? {% endblocktranslate %}
{% if submission.abstract %}{{ submission.abstract|rich_text }}