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

{{ filename }}

{% trans "Type" %}: {% if report_type == 'json' %} JSON {% elif report_type == 'html' %} HTML {% elif report_type == 'markdown' %} Markdown {% else %} {{ report_type|upper }} {% endif %}
{% trans "Size" %}: {{ size_human }}
{% trans "Created" %}: {{ created_date|date:"M d, Y H:i" }}
{% endblock %}