{% extends "site_base.html" %} {% load i18n %} {% load proposal_tags %} {% load review_tags %} {% load teams_tags %} {% block head_title %}Dashboard{% endblock %} {% block body_class %}auth{% endblock %} {% block body %}
To submit a proposal, you must first create a speaker profile.
{% else %}| Title | Session type | Status | Actions | 
|---|
No proposals submitted yet.
{% endif %} {% associated_proposals as associated_proposals %} {% if associated_proposals %}| Title | Session type | Status | Actions | 
|---|
| Title | Session type | Status | Actions | 
|---|
If you or your organization would be interested in sponsorship opportunities, use our online form to apply to be a sponsor. {% else %}
As staff, you can directly add a sponsor if the organization isn't applying themselves.
{% endif %}| # | Speaker / Title | Your Vote{% for review in user_reviews %} | 
|---|---|---|
| {{ review.proposal.number }} | {{ review.proposal.speaker }} {{ review.proposal.title }} | {{ review.vote }} | 
| # | Speaker / Title{% for proposal in user_not_reviewed %} | 
|---|---|
| {{ proposal.number }} | {{ proposal.speaker }} {{ proposal.title }} | 
| 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 }} |