{{ _('File {file_id} ({platform})')|f(file_id=file_id, platform=platform) }}
{% if status_date %} {% trans %} Created on {{ created }} and changed to {{ status }} on {{ status_date }} {% endtrans %} {% else %} {% trans %} Created on {{ created }} and changed to {{ status }} {% endtrans %} {% endif %}
{% if file_history %}

({{ _('Show File History') }})

{% for fh in file_history %}
{{ fh }}
{% if fh.action in actions %} {% endif %}
{% trans user_name=fh.user|user_link, date=fh.modified|babel_datetime %} By {{user_name}} on {{date}} {% endtrans %}
{% endfor %}
{% endif %}