Transfer to the server.

Pending Transactions 0

{% if pending_files %}
Pending files
{% for filename in pending_files %} {% endfor %}
File Status
{{forloop.counter}} {{filename}}
{% endif %} {% if recently_sent_files %}
Recent Transactions Sent to the Server.
{% for exported in recently_sent_files %} {% endfor %}
File Confirmation Code Status
{{forloop.counter}} {{exported.filename}} {{exported.confirmation_code}}
{% endif %}