{% extends "base.html" %} {% block content %}

Visit statistics for {{ short_url }}

{% if url_info and url_info["visits"] %}

If you see this message and are using an ad blocker or a script blocker, you may need to disable it for this page to load properly.

{{ url_info["title"] }}

Total visits: {{ url_info["visits"] }} First time visits: {{ url_info["unique_visits"] }}


{% elif not url_info %}

That link does not exist.

{% else %}

There have not yet been any visits to this link.

{% endif %} {% assets "shrunk_stats_" %} {% endassets %} {% endblock %}