{% 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 "Survey Analytics Reports" %}
| {% 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:"M d, Y" }}
{{ report.created_date|time:"H:i" }}
|
{% trans "Generate your first comprehensive survey analytics report." %}