{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Predictive Insights" %} — PX360{% endblock %} {% block content %}
{{ insight.description_en|truncatewords:40 }}
{% if insight.recommendation_en %}{% trans "AI Recommendation" %}
{{ insight.recommendation_en }}
{% trans "Try adjusting your filters" %}