{% extends "inc/layout.html" %} {% block title %}{{ space.title }}{% endblock %} {% block content %}

{{ space.datelocation }}

{{ description }}

Status: {% if space.status == 0 -%} Draft {%- elif space.status == 1 -%} Accepting submissions {%- elif space.status == 2 -%} Accepting votes {%- elif space.status == 3 -%} Submissions and voting closed, awaiting jury selection {%- elif space.status == 4 -%} Open for post-event feedback {%- elif space.status == 5 -%} Closed {%- elif space.status == 6 -%} Rejected {%- endif -%}

{% if tracks -%}

Tracks

    {% for track in tracks -%}
  1. {{ track.title }} — {{ track.description }}
  2. {% endfor -%}
{%- endif %}

Session proposals

{% if space.status == 1 -%}

Propose a session →

{% endif %} {% for proposal in proposals %} {%- set link=url_for('viewsession', name=space.name, slug=proposal.urlname) -%} {% else %} {% endfor %}
# Title Proposer Speaker Track Type Level +1 Submitted
(No sessions have been submitted)
{% endblock %}