{% extends "base.html" %} {% block content %}
{% include "partials/repo_heading.html" %} {% set repo_tab = "uploads" %} {% include "partials/repo_tabs.html" %}
Upload files
Back to uploads
{% if form.form_error %} {% endif %}
Up to {{ max_group_members }} files and {{ max_group_size_display }} total; {{ max_upload_size_display }} per file. You can also paste files from your clipboard.
Filename Type Size Action
Applied to each uploaded file.
{% with primary_label="Upload files", cancel_label="Cancel", cancel_href=repo_path ~ "/uploads" %} {% include "partials/form_actions.html" %} {% endwith %}
{% endblock %} {% block scripts %} {% endblock %}