{{ modality.name }} |
{% set percent_non_compliant = 100 * modality.non_compliant_subject_names|length|float / modality.subjects|length|float %}
{% set percent_compliant = 100 * modality.compliant_subject_names|length|float / modality.subjects|length|float %}
{{ modality.non_compliant_subject_names|length }}
({{ percent_non_compliant|round(2, 'floor') }} %)
|
{% if modality.non_compliant_subject_names|length < 50 %}
{% for name in modality.non_compliant_subject_names|sort %}
{{ name }},
{% endfor %}
{% else %}
Too many to fit here. Click
here
for full list.
{% endif %}
|
{% for parameter in modality.non_compliant_params()|sort %}
{{ parameter }},
{% endfor %}
|
{{ modality.compliant_subject_names|length }}
( {{ percent_compliant|round(2, 'floor') }} %)
|
{{ modality.subjects|length }}
|
{# #}
{# {{ modality.get_echo_times() | length }}#}
{# | #}
{# #}
{# {{ mode.error_children|length }}#}
{# | #}
{% endif %}
{% endif %}
{% endfor %}