{% extends "site_base_wagtail.html" %} {% load staticfiles %} {% load i18n %} {% load proposal_tags %} {% load review_tags %} {% load teams_tags %} {% load registrasion_tags %} {% load pyconau2017_tags %} {% block head_title %}Dashboard{% endblock %} {% block extra_style %} {% endblock %} {% block body_class %}auth{% endblock %} {% block body %} {% load staticfiles %} {% load wagtailimages_tags %} {% available_categories as categories %} {% if categories %}
To attend the conference, you must purchase a ticket. Use our registration form to purchase your ticket. {% else %}
Check out and pay for these items.
{% endif %} {% items_purchased as purchased %} {% if purchased %}{% endif %} {% available_credit as credit %} {% if credit %}
You have ${{ credit }} leftover from refunded invoices. This credit will be automatically applied to new invoices. Contact the conference organisers to for a refund to your original payment source.
{% endif %} {% endif %}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 }} |