{% extends "django_pev/base.html" %} {% block content %}
PID | Database | User | Backend Type | State | Source | Duration | Waiting | Query | Started At | Duration ms |
---|---|---|---|---|---|---|---|---|---|---|
{{ row.pid }} {% if row.is_long_running%} Long {% endif %} | {{ row.database}} | {{ row.user}} | {{ row.backend_type}} | {{ row.state}} | {{ row.source}} | {{ row.duration}} | {{ row.waiting}} | {{ row.query }} | {{ row.started_at}} | {{ row.duration_ms}} |