{% extends "layouts/main.html" %} {% block title %}Upload files — {% if brand is defined %}{{ brand.app_name }}{% else %}pyvelm{% endif %}{% endblock %} {% block page_title %}Upload files{% endblock %} {% block content %}

Pick one or more files. They land in the library unattached; use the file picker on any record to link them.

{% if error %}

{{ error }}

{% endif %}
Cancel
{% endblock %}