{% extends "base.html" %} {% block title %}Simple Fileupload{% endblock %} {% block content %}

Survey Scan upload into Wallet

{% if filesaved %}

The file was saved as '{{actual_saved}}'

Upload another?


{% endif %}
{% csrf_token %}


{% endblock %}