{% extends 'base.html' %} {% block title %}addversion{% endblock %} {% block head %} {% if SCRAPYD_SERVERS_AMOUNT > 1 %} {% endif %} {% endblock %} {% block body %}

Add a version to a project, creating the project if it doesn't exist.

{% if SCRAPYD_SERVERS_AMOUNT > 1 %}
{% for SCRAPYD_SERVER in SCRAPYD_SERVERS %} {% if SCRAPYD_SERVERS_GROUPS[loop.index-1] and loop.changed(SCRAPYD_SERVERS_GROUPS[loop.index-1]) %} --- {{ SCRAPYD_SERVERS_GROUPS[loop.index-1] }} --- {% endif %} {% endfor %}
{% else %}
{% endif %}
{% endblock %}