{% from "partials/_macros.html" import empty_row %} {% for r in rows %} {{ r.conn_id }} {{ r.client }} {% if r.user.user %}{{ r.user.user }}@{{ r.user.db }}{% else %}{% endif %} {{ r.op or '—' }} {% if r.active %}active{% else %}idle{% endif %} {{ r.opened_at }} {% else %} {{ empty_row(7, "No connections.") }} {% endfor %}