{% extends 'atlas/base.html' %} {% block content %}
| 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 %} |