{% extends 'base.html' %} {% block content %}

{{ t('messages') }}

{% for r in comments %}{% endfor %}
IDUserOriginalNormalizedAutomationStatusError
{{ r.comment_id }}{{ r.username }}
{{ r.user_id }}
{{ r.original_text }}{{ r.normalized_text }}{{ r.automation_id or '-' }}{{ r.reply_status }}{{ r.error or '-' }}
{% for r in dms %}{% endfor %}
IDUserOriginalNormalizedAutomationStatusError
{{ r.message_id }}{{ r.username }}
{{ r.user_id }}
{{ r.original_text }}{{ r.normalized_text }}{{ r.automation_id or '-' }}{{ r.reply_status }}{{ r.error or '-' }}
{% for r in follows %}{% endfor %}
UserResultSourcemsErrorDate
{{ r.username }} {{ r.instagram_user_id }}{{ r.result }}{{ r.source }}{{ r.duration_ms }}{{ r.error or '-' }}{{ r.checked_at }}
{% endblock %}