Attachments {% if attachment_section.attachments | length > 0 %} {{ attachment_section.attachments | length }} {% endif %}
{% if attachment_section.can_attach %} {% endif %}
{% if attachment_section.attachments | length == 0 %}

No files attached.

{% else %}
{% for attachment in attachment_section.attachments %}
{% if attachment.active %} {{ attachment.filename }} {% else %} File removed {% endif %}
{{ attachment.content_type }} {{ attachment.size_label }}
{% if attachment.can_detach %}
{% if attachment_section.target.thread_number %} {% endif %} {% if attachment_section.target.reply_number %} {% endif %} {% if attachment_section.target.pull_number %} {% endif %} {% if attachment_section.target.review_uuid %} {% endif %}
{% endif %}
{% if attachment.active and attachment.description %}
{{ attachment.description }}
{% endif %}
Attached by {{ attachment.attached_by_username }} {{ attachment.attached_at | humantime }} {% if attachment.active %} View upload {% endif %}
{% endfor %}
{% endif %}