{% extends "base.html" %} {% load url %} {% load crispy_forms_tags %} {% block breadcrumbs %} {% endblock %} {% block topbar2 %} {% include "evaluation/partials/phase_navbar.html" with workspaces_nav=True %} {% endblock %} {% block content %} {% if not phase.public %}
You cannot create a workspace for this phase. This phase is closed.
{% else %}

Create a Workspace

{% crispy form %} {% endif %} {% endblock %}