Pogojig
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{{reset_form.csrf_token}}
{{svg_form.csrf_token}}
Upload completed SVG file:
{% if 'render_job' in session %} {% endif %}
{% if has_renders %} Download renders {#
#} {% elif 'render_job' in session and not has_renders %}
Processing...
(this may take several minutes!)
{% else %}
Nothing uploaded yet
Upload your SVG file above
{% endif %}
{# {% if has_renders %} {% endif %} #}