{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Enhanced Survey Reports" %} - PX360{% endblock %} {% block content %}
{% trans "Separate detailed reports for each survey type with question-level analysis" %}
{% trans "Enhanced reports generate a separate HTML file for each survey template with detailed question-level analysis. Each report includes individual charts per question, performance insights, and recommendations. A master index page links all reports together for easy navigation." %}
| {% trans "Generated" %} | {% trans "Reports Count" %} | {% trans "Total Size" %} | {% trans "Last Modified" %} | {% trans "Actions" %} |
|---|---|---|---|---|
| {{ report_set.created|date:"Y-m-d H:i" }} | {{ report_set.report_count }} {% trans "reports" %} | {{ report_set.size|filesizeformat }} | {{ report_set.modified|date:"Y-m-d H:i" }} |
{% trans "Generate your first set of enhanced survey reports with detailed question analysis." %}
{% trans "Generate Reports" %}{% trans "Each survey template gets its own dedicated HTML report file with comprehensive analysis." %}
{% trans "Detailed charts and metrics for each individual question with score distributions and trends." %}
{% trans "Automatic insights and recommendations based on performance metrics and trends." %}