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

Scanned notes or survey upload into 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 %}