• {% if ds.viewerstate and ds.annotations %} {% endif %}
    {{ ds.name }} {% if ds.description %} ({{ ds.description }}) {% endif %}
    Findings: {% if ds.findings.all %}
      {% for finding in ds.findings.all %}
    • {{ finding }}
    • {% endfor %}
    {% else %} None {% endif %}
    Structures: {% if ds.structures.all %}
      {% for structure in ds.structures.all %}
    • {{ structure }}
    • {% endfor %}
    {% else %} None {% endif %}
    Conditions: {% if ds.conditions.all %}
      {% for condition in ds.conditions.all %}
    • {{ condition }}
    • {% endfor %}
    {% else %} None {% endif %}
    Show advanced (viewer state & annotations)
    Viewer State:
    {{ ds.viewerstate|default:"{}" }}
    Annotations:
    {{ ds.annotations|default:"{}" }}
    ID: {{ ds.pk }}