{% extends 'layouts/base.html' %} {% load i18n static %} {% block title %}{% trans "Generate Presentation" %} — PX360{% endblock %} {% block content %}

{% trans "AI-Powered Presentation" %}

{% trans "Select a hospital and period to automatically generate a complaints report presentation with AI-enhanced insights." %}

{% csrf_token %}

{% trans "The presentation will include:" %}

  • {% trans "Cover page with hospital branding" %}
  • {% trans "KPI dashboard with key metrics" %}
  • {% trans "Complaint source & location breakdowns" %}
  • {% trans "Department & escalation analysis" %}
  • {% trans "Response time analytics" %}
  • {% trans "AI-generated insights & recommendations" %}
{% endblock %}