{% extends "layouts/default.html" %} {% block title %}{_ "File Uploader" _}{% endblock %} {% block content %}
{{ token | safe }}
{% if files %}

Files

{% for image in files %}

File Key: {{ image.attachment.file-key }}

File Size: {{ image.attachment.file-size }}

{% endfor %}

{% endif %}
{% include "file-js.html" :target "#file-js" %}
{% endblock %}