{% for item in conversion_images %}

#{{ item.study_number }}-{{ item.series_number }}-{{ item.acq_number }}: {{ item.image_name }}

{{ item.created_by }}

{% if item.manual_name != '' %}

Manual: {{ item.manual_name }}

{% endif %}
{% set button_index = loop.index %} {% for part in ["brain", "cspine", "tspine", "lspine", "orbits"] %}   {% endfor %}
{% if item.image_src %}
{{ item.image_name }}
{% endif %}

Institution Name:
{{ item.institution_name }}
Acquired On:
{{ item.acq_date_time }}
Manufacturer:
{{ item.manufacturer }}
Model:
{{ item.model }}
Field Strength:
{{ item.field_strength }}
Series Description:
{{ item.series_description }}
Sequence Name:
{{ item.sequence_name }}
Sequence Type:
[{{ item.sequence_type | join(', ') }}]
Sequence Variants:
[{{ item.sequence_variant | join(', ') }}]
Scan Options:
[{{ item.scan_options | join(', ') }}]
Acquired Resolution:
[{{ item.acquired_resolution | join(', ') }}]
Field of View:
[{{ item.field_of_view | join(', ') }}]
Slice Thickness/Spacing:
{{ item.slice_thickness }}/{{ item.slice_spacing }}
Number of Slices:
{{ item.num_slices }}
Echo Time:
{{ item.echo_time }}
Repetition Time:
{{ item.repetition_time }}
Inversion Time:
{{ item.inversion_time }}
Flip Angle:
{{ item.flip_angle }}
Echo Train Length:
{{ item.echo_train_length }}
Contrast Agent:
{{ item.contrast_agent }}
Study Description
{{ item.study_description }}
Body Part:
{{ item.body_part }}



{% endfor %}