{% extends "layouts/base.html" %} {% block content %}
Filter by identifier:

Connections: {{ connections|length }}


{% if connections|length > 0 %}
{% else %} No connections found {% endif %}
{% endblock %}