{# HTMX fragment: Captured Credentials table #}
Page {{ pagination.page }}/{{ pagination.total_pages }} — {{ pagination.total }} total
{% for cred in items %} {% else %} {% endfor %}
# IP Address Username Password Path Time Actions
{{ 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