{% extends "base.html" %} {% block title %}Simple Fileupload (GPX files){% endblock %} {% block content %} {% if folder %}
File(s) saved as
{% for f in actual_saved %}
{{f}}
{% endfor %}
<No files here> {% endfor %}
Prospector Directories:
{% if folder %}
[up]
{% endif %}
{% for f in dirs %}
/{{f}}/
{% empty %}
<No subdirectories> {% endfor %}
You can upload your GPX tracks here.
You cannot create sub-folders here.
Note that only GPX files are accepted: all other types of files are refused. {% else %}
You can upload your GPX tracks to any of these folders, and you can create a new folder in your name for your gpslogs.
Note that only GPX files are accepted: all other types of files are refused.
{% endif %}