{% load staticfiles %}

Creation result sheet

{% if case %}

Case {{ case.name }}

Number of copies: {{ case.amount }}
File system: {{ case.filesystem.name }}
{% endif %}
{% if success %}

Successful images

{% for s in success %} {{ s }} {% endfor %} {% endif %}
{% if notsuccess %}

Unsuccessful images

{% for ns in notsuccess %} {% endfor %}
Image Reason
{{ ns.0 }} {{ ns.1 }}
{% endif %}