{% extends "base.html" %} {% block title %}Simple Fileupload{% endblock %} {% block content %} {% if user.username %}
{{prevy}} ... {{year}}:{{prev}} ← {{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. >
Sub-folders here are not supported by troggle in 2022.
{% endfor %}
Wallet index for {{year}}
Logbook entries, people, Survex files for {{year}}
HELP with using this form
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 %}