{# HTMX fragment: Captured Credentials table #}
| # | IP Address | Username | Password | Path | Time |
|---|---|---|---|---|---|
| {{ loop.index + (pagination.page - 1) * pagination.page_size }} | {{ cred.ip | e }} | {{ cred.username | default('N/A') | e }} | {{ cred.password | default('N/A') | e }} | {{ cred.path | default('') | e }} | {{ cred.timestamp | format_ts }} |
| No credentials captured | |||||