{% extends "main/base.html" %} {% block title %}Staff | Code Jams{% endblock %} {% block og_title %}Staff | Code Jams{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Code Jams

 Back  Questions  Infractions  Create {% if not jams %}

No code jams found. Create one above!

{% else %} {% for jam in jams %}

Code Jam {{ jam.number }}: {{ jam.title }} {% if jam.state == "planning" %} {% else %} {% endif %} {% if jam.state == "announced" %} {% else %} {% endif %} {% if jam.state == "preparing" %} {% else %} {% endif %} {% if jam.state == "running" %} {% else %} {% endif %} {% if jam.state == "judging" %} {% else %} {% endif %} {% if jam.state == "finished" %} {% else %} {% endif %} {% if not jam.state in states %} {% else %} {% endif %}

Participants: {{ jam.participants | length }} Start: {{ format_datetime(jam.date_start) }} (UTC) End: {{ format_datetime(jam.date_end) }} (UTC)
 State  Basics {% if jam.state in ["planning", "announced", "finished"] %}  Info {% else %} {% endif %} {% if jam.state in ["judging", "finished"] %}  Ending {% else %} {% endif %}

{% endfor %} {% endif %}

Set State

{% endblock %}