{% 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.> {% endfor %}
{% if create %} This online wallet does not yet exist. {% if user.username %}
Wallet index for this year (old script, being replaced...)
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 %}