{% extends "base.html" %} {% block title %}Simple Fileupload{% endblock %} {% block content %}

Upload scan into wallet {{wallet}}

{{prevy}}  ...  {{year}}:{{prev}} ← {{wallet}} → {{year}}:{{next}}  ...  {{nexty}}

{% csrf_token %}



{% if filesaved %}

File(s) saved as
{% for f in actual_saved %} {{f}}
{% endfor %}

Upload more?


{% endif %}

{% for f in files %} {{ f}}
{% endfor %}

{% endblock %}