{% extends "base.html" %} {% block title %}View Analysis #{{ analysis.id }} - PoliSage{% endblock %} {% block content %}
Generated: {{ analysis.generated_at.strftime("%Y-%m-%d %H:%M") }} by {{ analysis.generator.username if analysis.generator else "System" }}
{{ analysis.predicted_impact | nl2br }}
{{ analysis.rationale | nl2br if analysis.rationale else "No rationale provided." }}