{% extends "base.html" %} {% block main %}
{% if selectorvisible %} {% block selector %} {% include "distribusiworkflow/selector.html" %} {% endblock selector%} {% else %} {% block upload %} {% include "distribusiworkflow/upload.html" %} {% endblock upload%} {% block theme %} {% include "distribusiworkflow/theme.html" %} {% endblock theme%} {% block editcss %} {% include "distribusiworkflow/editcss.html" %} {% endblock editcss%} {% block launch %} {% include "distribusiworkflow/launch.html" %} {% endblock launch%} {%endif%}
{% if css_selected %} {% endif %} {% endblock main %}