{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{{ platform_name }} - {% trans "Comment Detail" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ comment.created_at|date:"M d, Y H:i" }}
{{ comment.text|linebreaksbr }}
{{ summaries.en }}
{{ summaries.ar }}
{% trans "Primary Concern" %}
{{ insights.primary_concern.en }}
{% trans "Affected Department" %}
{{ insights.affected_department.en }}
{% trans "Requires Follow-up" %}
{% if insights.followup_priority and insights.followup_priority.en %} {{ insights.followup_priority.en|title }} {% else %} {% trans "Yes" %} {% endif %}
{% trans "Recommended Actions" %}
{% trans "This comment has not been analyzed yet" %}
{{ reply.text }}