Files
No files staged.
{% if pending_attachments.can_upload %}
{% if pending_attachments.file_reselect_required %}
Reselect the file before submitting again.
{% endif %}
Maximum upload size: {{ pending_attachments.max_upload_size }}. You can also paste a file from your clipboard.
{% endif %}
{% if pending_attachments.uploads | length > 0 %}
{% for upload in pending_attachments.uploads %} {% endfor %}

No matching uploads are available.

{% else %}

This repo has no active uploads yet.

{% endif %}