{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Survey Analytics Reports" %} - PX360{% endblock %} {% block content %}
{% trans "Comprehensive survey performance analysis with statistical insights" %}
| {% trans "Filename" %} | {% trans "Type" %} | {% trans "Size" %} | {% trans "Created" %} | {% trans "Actions" %} |
|---|---|---|---|---|
| {{ report.filename }} | {% if report.type == 'json' %} JSON {% elif report.type == 'html' %} HTML {% elif report.type == 'markdown' %} Markdown {% else %} {{ report.type|title }} {% endif %} | {{ report.size_human }} | {{ report.created_date|date:"Y-m-d H:i:s" }} |
{% trans "Generate your first comprehensive survey analytics report." %}