diff --git a/rcr/templates/rcr/gap.html b/rcr/templates/rcr/gap.html index b624a8bd..7dc71c3c 100644 --- a/rcr/templates/rcr/gap.html +++ b/rcr/templates/rcr/gap.html @@ -15,6 +15,7 @@

This page lists all of the radiology categories and the items that exist within them. The items are grouped by category. By default only items to keep are shown.

+ {% comment %}
Show outcomes @@ -50,7 +51,7 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc Content type Level Outcome - Radiology condition + Radiology condition {% for item in items %} @@ -60,7 +61,7 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc {{item.content_type}} {{item.get_level}} {{item.outcome}} - {{item.get_radiology_condition_line_breaks}} + {{item.get_radiology_condition_line_breaks}} {% endfor %}