{{ t("file_history", "File History") }} ({{ file.originalFilename }})

{% for userActionLog in userActionLogs %} {% endfor %}
Description: More Information:
{{ userActionLog.message }}
on {{ CoreHelper.formatDate(userActionLog.date_created) }}
by {{ userActionLog.getActionUsername() }}
{{ userActionLog.formatParamsForUserView()|raw }}