{% extends "base.html" %} {% block title %}{{ article.title }} - 20min.ch Comment Analysis{% endblock %} {% block last_updated %}{{ now }}{% endblock %} {% block content %}
Article ID: {{ article.id }}
Published:
Author: {{ article.author if article.author else 'Unknown' }}
Category: {{ article.category if article.category else 'Uncategorized' }}
| Username | Comments | Replies | Total Reactions | Bot Score |
|---|---|---|---|---|
| {{ user.username }} | {{ user.comments_count }} | {{ user.replies_count }} | {{ user.reactions_received }} | {{ user.bot_score }} |
{{ comment.text }}
{{ reply.text }}