{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{{ filename }} - {% trans "Survey Analytics Report" %} - PX360{% endblock %} {% block content %}
{% trans "Type" %}: {{ report_type|upper }} | {% trans "Size" %}: {{ size_human }} | {% trans "Created" %}: {{ created_date|date:"Y-m-d H:i:s" }}
| {% trans "Filename" %}: | {{ filename }} |
|---|---|
| {% trans "Format" %}: | {% if report_type == 'json' %} JSON {% elif report_type == 'markdown' %} Markdown {% else %} {{ report_type|title }} {% endif %} |
| {% trans "Size" %}: | {{ size_human }} |
| {% trans "Created" %}: | {{ created_date|date:"Y-m-d H:i:s" }} |
| {% trans "Last Modified" %}: | {{ modified_date|date:"Y-m-d H:i:s" }} |
Structured data format suitable for programmatic access and API integration. Can be imported into data analysis tools or custom applications.
Plain text formatting syntax. Lightweight and readable, perfect for documentation and version control systems.
This report format is not recognized. Please download the file to view its contents.