{% 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 user.username %}


{% endif %}
{% if filesaved %}

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

{% endif %}

{% for f in files %} {{ f}}
{% empty %}

<No files here> {% endfor %}

{% if create %} This online wallet does not yet exist.
It will be created and initialised automatically when you upload a file. {% endif %}

Wallet status page
Wallet index for this year
Logbook entries, Survex files for this year


{% if not create %}
{% if cave %}Cave ID: {{cave}}
{% endif %} {% if psg %}Survey area: {{psg}}
{% endif %} {% if svxfiles %}Survey files: {% for svx in svxfiles%} {{svx}} {% endfor %}

{% endif %}
{% csrf_token %}















{% if user.username %} {% endif %}
{% endif %} {% endblock %}