{% extends 'base.html' %} {% block content %}
| ID | User | Original | Normalized | Automation | Status | Error |
|---|---|---|---|---|---|---|
| {{ r.comment_id }} | {{ r.username }} {{ r.user_id }} | {{ r.original_text }} | {{ r.normalized_text }} | {{ r.automation_id or '-' }} | {{ r.reply_status }} | {{ r.error or '-' }} |
| ID | User | Original | Normalized | Automation | Status | Error |
|---|---|---|---|---|---|---|
| {{ r.message_id }} | {{ r.username }} {{ r.user_id }} | {{ r.original_text }} | {{ r.normalized_text }} | {{ r.automation_id or '-' }} | {{ r.reply_status }} | {{ r.error or '-' }} |
| User | Result | Source | ms | Error | Date |
|---|---|---|---|---|---|
| {{ r.username }} {{ r.instagram_user_id }} | {{ r.result }} | {{ r.source }} | {{ r.duration_ms }} | {{ r.error or '-' }} | {{ r.checked_at }} |