{% extends "base.html" %} {% block title %}Words to Readlang - Manage Uploads{% endblock %} {% block content %}

Manage Uploads

All uploads in your session

{% if uploads %}
0 selected
{% for upload in uploads %} {% endfor %}
Filename Format Languages Entries Uploaded Actions
{{ upload.filename }} {{ upload.file_format }} {{ upload|language_pair }} {{ upload.entry_count }} {{ upload.uploaded_at.strftime('%Y-%m-%d %H:%M') }} View Export
{% else %}

No uploads found. Upload some vocabulary files to get started!

Upload Vocabulary File
{% endif %}
Back to Home
{% endblock %}