{% extends 'base.html' %} {% block content %}

Dashboard

Hello, {{ current_user.user }}

Files

{% for file in files %} {% endfor %}
ID Filename Size Retention Timestamp Actions
{{ file['id'] }} {{ file["filename"] }} {{ file["filesize"] }}mb {{ file["retention"] }} {{ file["date"] }} Delete

URL's

{% for url in urls %} {% endfor %}
ID URL Retention Uploaded Actions
{{ url['id'] }} {{ url["url"] }} {{ url["retention"] }} {{ url["uploaded"] }} Delete

Forgot your UserID?

Click below to view it.


Generate a new IDPass.

If you've just created an account, lost your IDPass, or believe someone else is using your IDPass, you can reset it here.

Reset IDPass {% endblock %}