{% extends "base.html" %} {# NOTE: This is pretty much a legacy input type now. We should be sending x/y coordinates to the server, but that'd be frustrating to operate using e.g. a TV remote. #} {%- block main -%}
{{ input.alt }}
{{ input.description }}

{{ _["Upload Link"] }} {{ _["Upload Suffix"] }} {{ input.form.action|default(form.action) }} ({{ input.form.method|default(form.method) }})

{%- endblock -%}