{% 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 %}
{% if create %} This online wallet does not yet exist. {% if user.username %}
Wallet index for this year
Logbook entries, people, Survex files for {{year}}
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 %}