{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock %} {% block body %}

{{ collection.title if collection else file_info.title }}

{# TODO use xhr and add a progress bar #}
{{ csrf_token_field() }}
File to import:
{# #}
Title:
URL:
ID:
Artist:
{# need to have >12 cols to wrap on -> do that for small screens #}
Description:
{% endblock %}