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

List of Lonks

{% if object_list is not empty %} {% for link in object_list %} {% endfor %}
from to
[e] | [d] {{ link.link }} {{ link.to }}
{% else %}

There are no links in the database for this domain yet.

{% endif %}
{% endblock %}