{% extends "base.html" %} {% block title %}Simple Fileupload{% endblock %} {% block content %} {% if user.username %} {% if not create %}
{{prevy}} ... {{recent_year}}:{{recent_number}} ← {{wallet}} → {{year}}:{{next}} ... {{nexty}}
File(s) saved as
{% for f in actual_saved %}
{{f}}
{% endfor %}
{% for f in files %}
» {{ f}}
{% empty %}
<No files in this wallet. > {% endfor %}
Wallet index for {{year}}
Logbook entries, People, Survex files for {{year}}
{% if user.username %}
HELP with using this form
{% else %}
HELP with editing a wallet and uploading scans
{% endif %}
{% if not create %}
{% if complaints %}
You will need to log in to the website (top right menu bar) to be able to edit the settings on this wallet.
{% endif %}
{% endif %}
{% include 'wallet_table.html' %}
{% if cave %}Cave ID:
{% if caveobject %}{{cave}} which implies "{{caveobject}}"
{% else %}
{{cave}}
{% endif %}
{% endif %}
{% if psg %}Survey area: {{psg}}
{% endif %}
{% if svxfiles %}Survex files:
{% for svx in svxfiles %}
{{svx}}
{% endfor %}
{% endif %}
{{metadata}}