{{ translate({ ident: "DD_FILE_ATTRIBUTES_FILESIZE", suffix: "COLON" }) }} {{ oOrderFile.getFileSize()|file_size }}
{% if oOrderFile.oxorderfiles__oxdownloadcount.value == 0 and oOrderFile.getValidUntil() != "0000-00-00 00:00" %}
{% if oOrderFile.oxorderfiles__oxlinkexpirationtime.value or oOrderFile.oxorderfiles__oxdownloadxpirationtime.value %}
{{ translate({ ident: "START_DOWNLOADING_UNTIL" }) }} {{ oOrderFile.getValidUntil()|date_format("%d.%m.%Y") }} {{ oOrderFile.getValidUntil()|date_format("%H:%M:%S") }} {{ translate({ ident: "DD_FILE_ATTRIBUTES_OCLOCK" }) }}.
{% endif %}
{% if oOrderFile.oxorderfiles__oxmaxdownloadcount.value != 0 %}
{{ translate({ ident: "LEFT_DOWNLOADS" }) }}: {{ oOrderFile.getLeftDownloadCount() }}
{% endif %}
{% else %}
{% if oOrderFile.getValidUntil() != "0000-00-00 00:00" %}
{% if oOrderFile.oxorderfiles__oxlinkexpirationtime.value or oOrderFile.oxorderfiles__oxdownloadxpirationtime.value %}
{{ translate({ ident: "LINK_VALID_UNTIL" }) }}: {{ oOrderFile.getValidUntil()|date_format("%d.%m.%Y") }} {{ oOrderFile.getValidUntil()|date_format("%H:%M:%S") }} {{ translate({ ident: "DD_FILE_ATTRIBUTES_OCLOCK" }) }}.
{% endif %}
{% endif %}
{% if oOrderFile.oxorderfiles__oxmaxdownloadcount.value != 0 %}
{{ translate({ ident: "LEFT_DOWNLOADS" }) }}: {{ oOrderFile.getLeftDownloadCount() }}
{% endif %}
{% endif %}