{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% load social_filters %} {% block title %}{% trans "Analytics Dashboard" %} - {% trans "Social Media Monitoring" %} - PX360{% endblock %} {% block content %}
{% trans "Social media insights and trends" %}
{% trans "Total Comments" %}
{{ total_comments }}
{% trans "Positive" %}
{{ sentiment_distribution|get_sentiment_count:'positive' }}
{% widthratio sentiment_distribution|get_sentiment_count:'positive' total_comments 100 %}% {% trans "of total" %}
{% trans "Negative" %}
{{ sentiment_distribution|get_sentiment_count:'negative' }}
{% widthratio sentiment_distribution|get_sentiment_count:'negative' total_comments 100 %}% {% trans "of total" %}
{% trans "Avg Engagement" %}
{{ engagement_metrics.avg_likes|add:engagement_metrics.avg_replies|floatformat:1 }}
{% trans "likes + replies" %}
{% trans "No keywords found" %}
{% trans "No topics found" %}
| {% trans "Platform" %} | {% trans "Comments" %} | {% trans "Avg Sentiment" %} | {% trans "Total Likes" %} | {% trans "Total Replies" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|
| {{ platform.platform_display }} | {{ platform.count }} | {{ platform.avg_sentiment|floatformat:2 }} | {{ platform.total_likes }} | {{ platform.total_replies }} | {% trans "View" %} |
|
{% trans "No data available" %} |
|||||
{{ entity.entity }}
{{ entity.count }}{% trans "No entities found" %}