{% for i in case.individuals %}
{% if i.chromograph_images and (i.chromograph_images.coverage or i.chromograph_images.autozygous or i.chromograph_images.upd_sites) %}
{% set chromograph.available = true %}
{% if hide_matching == false %}
{% if other_causatives|length > 0 %}
{{ matching_causatives(other_causatives, institute, case) }}
{% endif %}
{% if default_other_causatives|length > 0%}
{{ matching_causatives(default_other_causatives, institute, case, default=True) }}
{% endif %}
{% if managed_variants|length > 0%}
{{ matching_managed_variants(managed_variants, institute, case) }}
{% endif %}
{% if default_managed_variants|length > 0%}
{{ matching_managed_variants(default_managed_variants, institute, case, default=True) }}
{% endif %}
{% if other_causatives|length == 0 and default_other_causatives|length == 0 and managed_variants|length == 0 and default_managed_variants|length == 0%}