{% if items %} {% for item in items %}
{{ item.connection_name }} {{ item.created_at }}
{{ item.sql | truncate(80) }}
{% if item.error %} Error {% else %} {{ item.row_count }} rows {{ item.execution_time_ms }}ms {% endif %}
{% endfor %} {% else %}
No history yet
{% endif %}