{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% load social_filters %} {% load star_rating %} {% load social_icons %} {% block title %}{% trans "Social Media Monitoring" %} - PX360{% endblock %} {% block content %}
{% trans "Track social media mentions and sentiment across all platforms" %}
{{ stats|lookup:platform_code }} {% trans "comments" %}
{% trans "Total Comments" %}
{{ stats.total }}
{% trans "Positive" %}
{{ stats.positive }}
{% widthratio stats.positive stats.total 100 %}% {% trans "of total" %}
{% trans "Neutral" %}
{{ stats.neutral }}
{% widthratio stats.neutral stats.total 100 %}% {% trans "of total" %}
{% trans "Negative" %}
{{ stats.negative }}
{% widthratio stats.negative stats.total 100 %}% {% trans "of total" %}
@{{ comment.author }}
{% endif %}{{ comment.comments|truncatewords:30 }}
{% if comment.published_at %} {{ comment.published_at|date:"M d, Y H:i" }} {% else %} {{ comment.scraped_at|date:"M d, Y H:i" }} {% endif %}
{% trans "No comments found" %}