{% include "header.html" %} {% if pastas.is_empty() %}

No uploads yet. 😔 Create one here.


{%- else %}

Uploads

{% if args.pure_html %} {% else %}
{% endif %} {% for pasta in pastas %} {% if pasta.pasta_type == "text" && !pasta.private %} {%- endif %} {% endfor %}
Key Created Expiration Contents
{{pasta.id_as_animals()}} {% if args.public_path_as_str() != "" %} {% if args.short_path_as_str() == "" %} Copy {% else %} Copy {% endif %} {%- endif %} {{pasta.created_as_string()}} {{pasta.expiration_as_string()}} {% if pasta.content != "" %} Text {%- endif %} {% if pasta.file.is_some() %} {% if pasta.file.as_ref().unwrap().is_image() %} Image {%- else if pasta.file.as_ref().unwrap().is_video() %} Video {%- else %} File {%- endif %} {%- endif %} {% if pasta.editable %} Edit {%- endif %} Remove

URL Redirects

{% if args.pure_html %} {% else %}
{% endif %} {% for pasta in pastas %} {% if pasta.pasta_type == "url" && !pasta.private %} {%- endif %} {% endfor %}
Key Created Expiration
{{pasta.id_as_animals()}} {% if args.short_path_as_str() == "" %} Copy {% else %} Copy {% endif %} {{pasta.created_as_string()}} {{pasta.expiration_as_string()}} Redirect {% if pasta.editable %} Edit {%- endif %} Remove

{%- endif %}
{% include "footer.html" %}