{% extends "base.html" %} {% load crispy_forms_tags %} {% load url %} {% block title %} Create Display Set - {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Create a Display Set from this Result

Use this form to create a new display set in a reader study from this result. Users with read access to the selected reader study will be able to see this algorithm's inputs and outputs, please select the reader study carefully.

{% crispy form %} {% endblock %}