{% extends "site_base.html" %} {% load i18n %} {% load proposal_tags %} {% load review_tags %} {% load teams_tags %} {% load boxes_tags %} {% block head_title %}Dashboard{% endblock %} {% block body_class %}auth{% endblock %} {% block body_outer %}
This is your dashboard where you can manage all aspects of your involvement in the conference, from talk proposals to sponsorship.
{% block breadcrumbs %}{% endblock %}Title | Session type | Status | Actions |
---|
No proposals submitted yet.
{% endif %}Title | Session type | Status | Actions |
---|
Title | Session type | Status | Actions |
---|
To submit a proposal, first create a speaker profile.
{% endif %}Session Type | Title | Slot |
---|---|---|
{{ presentation.section.name }} | {{ presentation.title }} | {{ presentation.slot.day }}, {{ presentation.slot.start }} – {{ presentation.slot.end }} |
# | Speaker / Title | Your Vote | {% for review in user_reviews %}
---|---|---|
{{ review.proposal.number }} |
{{ review.proposal.speaker }}
{{ review.proposal.title }} |
{{ review.vote }} |
Proposal Title | Score |
Title Three | -1 |
Title Four | +2 |
{{ membership.team.name }}
{% if membership.team.description %} {{ membership.team.description }}{% endif %} |
{{ membership.get_state_display }} | {% if membership.state == "manager" or user.is_staff %} {% if membership.team.applicants %}{{ membership.team.applicants.count }} applicant{{ membership.team.applicants.count|pluralize }}{% endif %} {% endif %} |
{{ team }}
{% if team.description %} {{ team.description }}{% endif %} |
{{ team.get_access_display }} |