{% extends "base.html" %} {% set BASE = "/u/{}".format(hashed_username) %} {% set KEYS = [] %} {% block body %}

Shortened URLs: {{ i_shrunk }}

{% if i_shrunk > 0 %} {% for key in shrunk[0].keys() %} {% if key not in ["id", "qr", "key"] %} {% if KEYS.append(key) %}{% endif %} {% endif %} {% endfor %} {% for e in shrunk %} {% for key in KEYS %} {% endfor%} {% endfor %}
{{ key }}
{{ e[key] }}
{% endif %}
{% endblock %}