{t("Proactive network health observations generated from Preseem data analysis.")}
<%= cond do %> <% @filter_status == "dismissed" -> %> {t("No dismissed insights.")} <% @filter_urgency != nil -> %> No {@filter_urgency} insights right now. <% true -> %> {t("No active insights. Your network is looking healthy!")} <% end %>
{insight.description}
<% end %> <%= if insight.llm_summary do %>{t("Summary")}
{insight.llm_summary}
<%= if insight.recommended_action do %>{t("Recommended action:")} {insight.recommended_action}
<% end %>AI-generated{if insight.llm_model, do: " ยท " <> insight.llm_model, else: ""}