{% extends "base.html" %} {%- block main -%}
{{ input.description }}

{% if isFormValid %}

Upload to {{ input.form.action|default(form.action) }} ({{ input.form.method|default(form.method) }})

{% else %}

Please correct errors listed in sidebar before submitting this form!

{% endif %}
{%- endblock -%}