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 %} {% if upload.is_group %}
{{ upload.filename }} {{ upload.size_label }}
{{ upload.content_type }} {% if upload.description %}{{ upload.description }}{% endif %}
{% for member in upload.members %} {% endfor %}
{% else %} {% endif %} {% endfor %}

No matching uploads are available.

{% else %}

This repo has no active uploads yet.

{% endif %}