{% if can_upload_file %}
Upload
{% endif %}
Filename | Size | Date | Public? | |||
---|---|---|---|---|---|---|
{% if file.f_type == 'image' %}
|
{{ file.get_name|truncatechars:20 }} | {{ size|filesizeformat }} | {{ file.create_dt|date:'M j, Y' }} | {% if file.allow_anonymous_view and file.status_detail == 'active' %}{% trans 'Yes' %} | {% else %}{% trans 'No' %} | {% endif %}