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

No pastas yet. 😔 Create one here.


{%- else %}
{% for pasta in pastas %} {% if pasta.pasta_type == "text" %} {%- endif %} {% endfor %}
Pastas
Key Created Expiration
{{pasta.id_as_animals()}} {{pasta.created_as_string()}} {{pasta.expiration_as_string()}} Raw {% if pasta.file != "no-file" %} File {%- endif %} Remove

{% for pasta in pastas %} {% if pasta.pasta_type == "url" %} {%- endif %} {% endfor %}
URL Redirects
Key Created Expiration
{{pasta.id_as_animals()}} {{pasta.created_as_string()}} {{pasta.expiration_as_string()}} Raw Remove

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