{% 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 {{year}}
Logbook entries, people, Survex files for {{year}}

HELP with using this form

{% 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 %} {% include 'wallet_table.html' %} {% 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 %}Survex files: {% for svx in svxfiles %} {{svx}} {% endfor %}
{% endif %}

{% csrf_token %}















{% if user.username %} {% endif %}
{% if trips %}Logbook trips on this date:
{% for item in trips %} {% if item.isLogbookEntry %}    {{item.title|safe}}
{% endif %} {% empty %} None found for this date, bit there should be..
{% endfor %}
{% else %} No Logbook trips found for this date.
{% endif %} {% if svxothers %}Other survex files on this date:
{% for item in svxothers %} {% if item.isSurvexBlock %}    {{item.survexfile.path|safe}}
{% endif %} {% empty %} None found for this date, bit there should be..
{% endfor %}
{% else %} No other survex files found for this date.
{% endif %} {% if metadataurl %}Debug: json file
{% endif %}
{% endif %} {% endblock %}