Truncate complete.
Removed {{ images_removed|length }} images from series {{ series.pk }}.
{% if images_downsampled %}
Downsampled {{ images_downsampled|length }} images (pixel data reduced by 50%).
{% endif %} {% if remove_empty_dicoms %}
✓ Empty DICOM removal applied
{% endif %} {% if downsample_pixels %}
✓ Pixel downsampling applied (original hash preserved)
{% endif %}
{% if images_removed %}
Show removed image IDs
{{ images_removed|join:", " }}
{% endif %} {% if images_downsampled %}
Show downsampled image IDs
{{ images_downsampled|join:", " }}
{% endif %}