{% extends "base.html" %} {% block title %}Simple Fileupload{% endblock %} {% block content %}
{{prevy}} ... {{year}}:{{prev}} ← {{wallet}} → {{year}}:{{next}} ... {{nexty}}
File(s) saved as
{% for f in actual_saved %}
'{{f}}'
{% endfor %}
Upload more?
{% for f in files %}
{{ f}}
{% endfor %}