{# vim: set et ts=8 sts=4 sw=4 ai: #} {% extends "page.html" %} {%block head %} {{ super() }} {% endblock %} {% block content %}

Attachments

{# upload form #} {% if has_permission("UPLOAD") %}
{% endif %} {# file list #}
{% if has_permission("READ") %} {% endif %} {% for f in files %} {% if has_permission("READ") %} {% endif %} {% endfor %}
Thumbail Filename Size Date Author Comment
{% if f.thumbnail_url %}{%else%}{{f.thumbnail_icon|safe}}{%endif%} {{f.filename}}
{# copy n paste optionen #}
{{f.filesize}} {{f.datetime|format_datetime}}
{{f.revision}}
{{f.author_name}} {{f.message}}
{% endblock %}