{% if error == false %} {% if Documents or Download_Archive %} {% if main_folder_title %}
<{{Title_Tags}}>{{main_folder_title}}
{% endif %} {% endif %} {% if Download_Archive %} {% if Archive_Error %}
{{Archive_Error}}
{% endif %} {% endif %} {% if Documents %} {% for item in Documents %}
{% if item.privacy_warning %}
{% if item.privacy == 'private' %}

{{ze('admin', 'phraseInHTML', 'Warning: this content item is public, the document \"[[Document_Filename]]\" is private, so it will not appear to visitors.', item)}}

{% elseif item.privacy == 'offline' %}

{{ze('admin', 'phraseInHTML', 'Warning: the document \"[[Document_Filename]]\" is offline, so it will not appear to visitors.', item)}}

{% endif %}
{% else %} {% if item.Thumbnail %}
{{item.Thumbnail}}
{% else %}
{% endif %}
{% if item.Document_Type == 'file' %}
{% if item.Document_Title %} {% if item.Make_Title_A_Hyperlink %} {% endif %} {{item.Document_Title}} {% if item.Make_Title_A_Hyperlink %} {% endif %} {% endif %} {% if item.Document_Filename %} {% if item.Make_Filename_A_Hyperlink %} {% endif %} {{item.Document_Filename}} {% if item.Make_Filename_A_Hyperlink %} {% endif %} {% endif %} {% if item.File_Size %} {{item.File_Size|e}} {% endif %} {% if item.Upload_Date %} {{item.Upload_Date|e}} {% endif %} {% if View_Button %} {% endif %} {% if Download_Link %} {% endif %}
{% else %}

{{item.Document_Filename}}

{% endif %} {% endif %}
{% endfor %} {% endif %} {% else %} {% if error == 'no_user' %}
You must be an extranet user to see this plugin
{% endif %} {% endif %}