{{ lang.modal.properties.disk }}:
{{ selectedDisk }}
{{ lang.modal.properties.name }}:
{{ selectedItem.basename }}
{{ lang.modal.properties.path }}:
{{ selectedItem.path }}
{{ lang.modal.properties.size }}:
{{ bytesToHuman(selectedItem.size) }}
{{ lang.modal.properties.url }}:
{{ url }}
{{ lang.modal.properties.modified }}:
{{ timestampToDate(selectedItem.timestamp) }}
{{ lang.modal.properties.access }}:
{{ lang.modal.properties['access_' + selectedItem.acl] }}