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

Wallet {{wallet}} - edit settings or upload a file

{% else %}

Wallet {{wallet}}

{% endif %}

{{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 in this wallet.> {% endfor %}

{% if create %} This online wallet does not yet exist. {% if user.username %}
It will be created and initialised automatically when you upload a file. {% else %}
It will be created and initialised automatically when you upload a file, but you need to log on first. {% endif %} {% endif %}

Wallet index for this year (old script, being replaced...)
Logbook entries, people, Survex files for {{year}}

{% if complaints %}

Complaints

{% if user.username %} {% else %}

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


{% if not create %}
{% if cave %}Cave ID: {% if caveobject %}{{cave}} which implies "{{caveobject}}"
{% else %} {{cave}}
{% endif %} {% 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 %}