{% block content %} {% if port.has_unignored_unrecognized_neighbors %} {% for neighbor in port.unrecognizedneighbor_set.all %} {% if not neighbor.ignored_since %} {% endif %} {% endfor %}
Unrecognized Neighbors
Remote Id Remote Name Source Since
{{ neighbor.remote_id }} {{ neighbor.remote_name }} {{ neighbor.source }} {{ neighbor.since }}
{% endif %} {% endblock %}