{% include "common/content-bookend.tpl.html" ignore missing %}
{% if Content|length > 0 %} + Refine your search
{% for Attachment in Content %} {% else %} {% endfor %}
{{ loop.index + Script.Request.offset.value }} {{ Attachment.name() }} {% if "image" in Attachment.mimeType %} {% elif Attachment.icon() %} Attachment icon {% else %} Attachment icon {% endif %}
{{ Attachment.description }}
Uploaded: {{ Time.localString(Attachment.published) }}
Tags: {%- for keyword in Attachment.keywords -%} {%- if loop.index0 > 0 -%} , {%- endif %} {{- keyword -}} {%- endfor -%}
{% if Site.Attachments.allowed and User.has(Right.toPost, Channel.name) %} {% include "site/search/attachments/upload.tpl.html" ignore missing %} {% endif %}