{% extends "base.html" %} {% pluginblock ExtraStyles %} {% endpluginblock %} {% block bodyContent %}
{% for messages in flash %} {% for message in messages %}
{{ message|raw }}
{% endfor %} {% endfor %}
×
{# TODO hide this if there is only one group #}
  • [[ repo.display_name ]] [[ repo.display_name ]]
    What type of project? {% for type in project_types %}
    {{ loop.key }}
    {% endfor %}
    Setting up
    Complete!
    Start the first test
    Configure
{% for item in manual %}

{{ item.provider.title }}

Public
{{ item.provider.html | raw }}
{% endfor %}
{% include "partials/spinner.html" %} {% endblock %}