NotDB Viewer
Documents
Files
Discord
Host:
{{ host }}
Files:
{% for file in files %}
{% for key, val in file.items() %} {% if key == 'data' %} {% else %}
{{ key }}:
{{ val }}
type:
{{ get_obj_class_name(val) }}
{% endif %} {% endfor %} {% if not file['mimetype'] %}
Unkown file type,
check full data
{% elif file['mimetype'].startswith('image') %}
{% elif file['mimetype'].startswith('audio') %}
{% elif file['mimetype'].startswith('video') %}
{% else %}
Can't show file in browser,
check full data
{% endif %}
{% endfor %} {% if not files %}
There is no files in your Database :(
{% endif %}