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

{% trans "Generate Enhanced Reports" %}

{% trans "Create detailed per-survey-type reports with question-level analysis" %}

{% trans "Back to Reports" %}
{% trans "Report Configuration" %}
{% csrf_token %}
{% trans "Leave empty to generate separate reports for all survey templates." %}
{% trans "Default: 1 year ago" %}
{% trans "Default: Today" %}
{% trans "What will be generated:" %}
  • {% trans "A separate HTML report for each survey template" %}
  • {% trans "Detailed question-level analysis with charts" %}
  • {% trans "Score distributions and monthly trends per question" %}
  • {% trans "Performance insights and recommendations" %}
  • {% trans "Master index page linking all reports" %}
  • {% trans "Summary JSON file for programmatic access" %}
{% trans "Cancel" %}
{% trans "Note:" %} {% trans "Report generation may take a few moments depending on the amount of survey data. Please wait for the process to complete." %}
{% endblock %}