{% extends "site_base_wagtail.html" %} {% load staticfiles %} {% load i18n %} {% load proposal_tags %} {% load review_tags %} {% load teams_tags %} {# {% load registrasion_tags %} #} {% block head_title %}Dashboard{% endblock %} {% block extra_style %} {% endblock %} {% block body_class %}auth{% endblock %} {% block body %} {% load staticfiles %} {% load wagtailimages_tags %}
To submit a proposal, you must first create a speaker profile.
{% else %}No proposals submitted yet.
{% else %} {% endif %} {% endif %} {% if user.speaker_profile.proposals.exists %} {% for proposal in user.speaker_profile.proposals.all %} {% include "symposion/proposals/_proposal_row.html" %} {% endfor %} {% endif %} {% if user.speaker_profile %} {% associated_proposals as associated_proposals %} {% if associated_proposals %}Title | Type | Status | Actions |
---|
Title | Type | Status | Actions |
---|
{{ 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 }} |