{% extends 'base.html' %} {% set itemname = 'Sample' if task['mode'] == 'dltrain' else 'Sampling ROI' %} {% block title %} {{itemname}} Listing - {{task['name']}} {% endblock %} {% block content %} Home : {{project_name}} : {{task['name']}}

TASK {{task_id}} {{itemname.upper()}} LISTING

RandomOrder Id Specimen Block Stain Section Slice Label Creator CreateDate Editor EditDate
{% endblock %}