{% extends "popup.html" %} {% block content %} {% for c in connections %} {{c.name}} {% endfor %} {% endblock %}