{% extends "base.html" %} {%- block main -%} {{ input.description }} {% if isFormValid %} Upload to {{ input.form.action|default(form.action) }} ({{ input.form.method|default(form.method) }}) {% else %} {{ _["errored"] }} {% endif %} {%- endblock -%}
Upload to {{ input.form.action|default(form.action) }} ({{ input.form.method|default(form.method) }})
{{ input.form.action|default(form.action) }} ({{ input.form.method|default(form.method) }})
{{ _["errored"] }}