{% 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 %}

{% 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



{% if cave %}Cave ID: {{cave}}
{% endif %} {% if psg %}Survey area: {{psg}}

{% endif %}
{% if d == "survex file" %} {% else %} {% endif %} {% empty %}

<No JSON data here> {% endfor %}

{{d}} {% for svx in value %} {{svx}} {% endfor %} {{value}}
{% endblock %}