{% trans %}File name{% endtrans %} | {% trans %}Uploaded{% endtrans %} | {% trans %}Type{% endtrans %} | {% if context.is_edit_ok() %}{% trans %}Edit{% endtrans %}{% else %}{% trans %}Details{% endtrans %}{% endif %} | {% if context.is_edit_ok() %}{% trans %}Remove{% endtrans %} | {% endif %}
---|---|---|---|---|
{{ file.name.plain()|u }} | {{ file.creator.plain()|u }}, {{ file.creation.plain()|u }} | {{ file.type.plain()|u }} | {% if file.is_edit_ok() %} {% trans %}edit{% endtrans %} {% else %} {% trans %}view{% endtrans %} {% endif %} | {% if file.is_edit_ok() %}{% endif %} |