{% load base_tags %} Tendenci Tinymce File Browser
{% if can_upload_file %} Upload {% endif %}
{% for file in files %} {% with file.get_size as size %} {% with file.get_absolute_url as absolute_url %} {% if size %} {% if file.allow_anonymous_view and file.status_detail == 'active' %} {% else %} {% endif %} {% endif %} {% endwith %} {% endwith %} {% endfor %}
    Filename Size Date Public?
{% if file.f_type == 'image' %} {{ absolute_url }} {% else %} {{ absolute_url }} {% endif %} {{ file.get_name|truncatechars:20 }} {{ size|filesizeformat }} {{ file.create_dt|date:'M j, Y' }}{% trans 'Yes' %}{% trans 'No' %}
{% if page_range|length > 1 %} {% endif %}