{% extends "speakers/base.html" %} {% load boxes_tags %} {% block body %}

Speakers

{% if accepting_proposals %}

{% box "talk-proposals" %}

To submit a talk:

  1. create a speaker profile
  2. submit one or more talk proposals
{% else %}

Talk submissions are now closed and the schedule has been announced.

If you submitted a talk, you can get to the speaker dashboard by logging in.

{% endif %} {% endblock %}