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

{{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. (Sub-folders here are not supported by troggle in 2022.)> {% 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, and then edit the date in the form below and save it. {% else %}
It will be created and initialised automatically when you upload a file, and then edit the date in the form below and save it.
But you need to log in first Log In {% endif %} {% include 'wallet_new.html' %} {% endif %}

Wallet index for this year
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 %} {% if metadataurl %}Debug: json file
{% endif %}
{% csrf_token %}















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