{% import '@Theme/macro/form.html' as Form %}
{% if is_edit %} {% endif %} {{ Form.text('upload', null, 'Upload URL', server.value.upload) }} {{ Form.text('url', null, 'View URL', server.value.url) }} {{ Form.text('key', null, 'Secret Key', server.value.key) }} {{ Form.submit('Submit') }}