{% extends "research/data/data_nav.html" %} {% block data-content %}

DICOM Studies

{% for study in object_list %} {% endfor %}
# Description Date Time
{{ study.id }} {{ study.description }} {{ study.date | date:"SHORT_DATE_FORMAT" }} {{ study.time | time:"TIME_FORMAT"}}
{% endblock data-content %}