MAUS histograms
{% if images %} {% for file, type, rand in images %}
Name: {{file}}
{{type|upper}}
{% if type != "png" %}
PNG
{% endif %}
{% endfor %}
{% else %}
No images are available.
{% endif %}
These require JavaScript to be enabled.