{% extends 'atlas/base.html' %} {% block content %}

SeriesFinding Migration Status

{% for f in findings_status %} {% if not request.GET.hide_no_series or f.series %} {% endif %} {% endfor %}
ID Description Series annotation_json_3d viewer_state_3d
{{ f.id }} {{ f.str }} {% if f.series %} {{ f.series }} {% else %} None {% endif %} {% if f.annotation_json_3d %} Populated {% else %} Empty {% endif %} {% if f.viewer_state_3d %} Populated {% else %} Empty {% endif %}
{% endblock content %}