{% with messages = get_flashed_messages(with_categories=True) %}
{% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{% 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 %}