{{ file.originalFilename }}
{% if isPublic == true and file.status == 'active' %} {% endif %}
{% if file.status != 'deleted' %}
{% if file.status == 'active' %} {% if prev != null %} {% endif %} {% if next != null %} {% endif %} {% endif %}
{{ previewerHtmlContent|raw }}
{% endif %}
{% if file.status == 'active' %}
{% endif %}
{% if owner != null %}
{{ owner.getAccountScreenName() }} {{ folder.folderName }} {{ t('profile_by', 'by') }} {{ owner.getAccountScreenName() }}
{% endif %}
{% if file.description|length > 0 %} {% endif %} {% if file.uploadedUserId != file.userId %} {% endif %} {% if file.keywords|length > 0 %} {% endif %} {% if file.status == 'active' %} {% endif %} {% if userOwnsFile == true and file.status == 'active' %} {% endif %} {% if file.status != 'active' %} {% endif %}
{{ t('description', 'description')|title }}: {{ file.description }}
{{ t('added_by', 'added by')|title }}: {{ file.getUploaderUsername() }}
{{ t('owner', 'owner')|title }}: {{ file.getOwnerUsername() }}
{{ t('filesize', 'filesize')|title }}: {{ file.getFormattedFilesize() }}
{{ t('keywords', 'keywords')|title }}:
{% set keywords = file.keywords|split(',') %} {% for keyword in keywords %} {% if keyword|length > 0 %} {{ keyword }} {% endif %} {% endfor %}
{{ t('uploaded', 'uploaded')|title }}: {{ file.getFormattedUploadedDate() }}
{{ t('permissions', 'permissions')|title }}: {{ shareAccessLevelLabel|title }}
{{ t('sharing', 'Sharing')|title }}: {{ (isPublic == true) ? '' : '' }} {{ (isPublic == true) ? t('public_file', 'Public File - Can be accessed directly by anyone that knows the file url.') : t('private_file', 'Private File - Only available via your account, or via a generated sharing url.') }}
{{ t('status', 'status')|title }}: {{ file.getStatusLabel()|title }}
{% if links|length > 0 %}
{% for link in links %}
{{ link|raw }}
{% endfor %}
{% endif %} {% if file.status == 'active' %}

{{ t('file_page_link', 'File Page Link') }}

{{ file.getFullShortUrl() }}

{{ t('html_code', 'HTML Code') }}

{{ file.getHtmlLinkCode()|raw }}

{{ t('forum_code', 'forum code')|title }}

{{ file.getForumLinkCode()|raw }}

{{ t('direct_link', 'Direct Link')|title }}

{{ file.getFileServerPath() }}/file/{{ file.shortUrl }}/{{ file.getSafeFilenameForUrl() }}

{{ t('account_file_details_intro_user_the_form_below_send_email', 'Use the form below to share this file via email. The recipient will receive a link to download the file.') }}

{% if isPublic == false %}
{{ t('account_file_details_folder_not_publicly_shared', 'This file is not publicly shared. You will need to make it public before the recipient can view it.') }}
{% endif %}
{% if imageRawDataArr|length > 0 %}
{% for imageRawDataItem in imageRawDataArr %} {% endfor %}
{{ imageRawDataItem.label }}: {{ imageRawDataItem.value }}
{% endif %}
{% endif %}