{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Enhanced Survey Reports" %} - PX360{% endblock %} {% block content %}

{% trans "Enhanced Survey Reports" %}

{% trans "Separate detailed reports for each survey type with question-level analysis" %}

{% trans "Generate New Reports" %} {% trans "Back to Standard Reports" %}
{% trans "What are Enhanced Reports?" %}

{% 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 "Available Report Sets" %}
{% if report_sets %}
{% for report_set in report_sets %} {% endfor %}
{% 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" }}
{% else %}
{% trans "No enhanced reports found" %}

{% trans "Generate your first set of enhanced survey reports with detailed question analysis." %}

{% trans "Generate Reports" %}
{% endif %}
{% trans "Separate Reports" %}

{% trans "Each survey template gets its own dedicated HTML report file with comprehensive analysis." %}

{% trans "Question-Level Analysis" %}

{% trans "Detailed charts and metrics for each individual question with score distributions and trends." %}

{% trans "Smart Insights" %}

{% trans "Automatic insights and recommendations based on performance metrics and trends." %}

{% endblock %}