{% extends "base.html" %} {% load projecttags %} {% load humanize %} {% block pagecontent %}
{% if alert %} {% endif %}
{% if releases.count > 0 %}
{% csrf_token %}
{% if releases.count > 1 %} {% for release in releases %} {% endfor %} {% else %} {% endif %}
To create a project, you need to enter a project name
{% else %}

No releases configured

It looks like Toaster releases have not been configured properly. Contact the person who set up Toaster, and tell them about it.

If you are the Toaster administrator, we are sorry: setting up Toaster is not easy.

{% endif %}
{% endblock %}