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

Filter by Domain

{% for domain in domains %} {{ domain.fqdn }} {% endfor %}

List of Lonks

{% if links is not empty %} {% for link in links %} {% endfor %}
from to
🖊️ | 🗑️ | 📊 {{ link.link }} {{ link.to }}
{% else %}

There are no links in the database yet.

{% endif %}
{% endblock %}