{% extends "base.html" %} {% block title %}User Dashboard{% endblock %} {% block content %}
Storage Used: {{ storage_used }} MB
Storage Available: {{ storage_available }} MB
Storage Used: {{ storage_used }} MB
Storage Available: Unlimited
ID | Filename | Type | Size (bytes) | Created At | Actions |
---|---|---|---|---|---|
{{ paste.id }} | paste_{{ paste.id }}.{{ paste.get_extension() }} | {{ paste.get_type() }} | {{ paste.size }} | {{ paste.created_at.strftime('%Y-%m-%d %H:%M:%S') }} | View |
You do not have any pastes yet.
{% endif %}ID | Filename | Type | Size (bytes) | Created At | Actions |
---|---|---|---|---|---|
{{ paste.id }} | paste_{{ paste.id }}.{{ paste.get_extension() }} | {{ paste.get_type() }} | {{ paste.size }} | {{ paste.created_at.strftime('%Y-%m-%d %H:%M:%S') }} | View |
You do not have any private pastes yet.
{% endif %}ID | Filename | Type | Size (bytes) | Created At | Actions |
---|---|---|---|---|---|
{{ fav.id }} | {{ fav.filename if fav.filename else "Paste " ~ fav.id }} | {{ fav.get_type() }} | {{ fav.size }} | {{ fav.created_at.strftime('%Y-%m-%d %H:%M:%S') }} | View |
You don't have any favorites yet.
{% endif %}