{% extends "base.html" %} {% block content%} {% if query %}
{% if links %} Showing results for: {{ query }} {% else %} No results found for: {{ query }} {% endif %}
{% endif %} {% if wrong_owner %}
You are not the owner of this URL...
{% endif %}

Manage URLs

{% if all_users == "0" %} Export visit data as CSV {% else %} Export visit data as CSV {%endif%}
{% for link in links %} {% else %} {% if not query %} {% endif %} {% endfor %}
{% if lastpage and lastpage > 1 %}
{% endif %} {% endblock %}