{% if analysis.report.file_name %}
| Filename |
{{ analysis.report.file_name }} |
{% endif %}
{% if analysis.report.file_size|filesizeformat %}
| Size |
{{ analysis.report.file_size|filesizeformat }} |
{% endif %}
{% if analysis.report.metadata.dimensions %}
| Dimensions |
{{ analysis.report.metadata.dimensions }} |
{% endif %}
| Analyzed at |
{{ analysis.completed_at }} |
{% if analysis.report.metadata.comment %}
| Comment |
{{ analysis.report.metadata.comment }} |
{% endif %}