.
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
<button _='on click toggle .visible on .id' class="btn btn-small"> Toggle IDs</button>
|
<button _='on click toggle .visible on .id' class="btn btn-small"> Toggle IDs</button>
|
||||||
|
<button _='on click toggle .visible on .conditions' class="btn btn-small"> Toggle Conditions</button>
|
||||||
{% comment %} <br/>
|
{% comment %} <br/>
|
||||||
Show outcomes
|
Show outcomes
|
||||||
|
|
||||||
@@ -50,7 +51,7 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc
|
|||||||
<th>Content type</th>
|
<th>Content type</th>
|
||||||
<th>Level</th>
|
<th>Level</th>
|
||||||
<th>Outcome</th>
|
<th>Outcome</th>
|
||||||
<th>Radiology condition</th>
|
<th class="conditions">Radiology condition</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{% for item in items %}
|
{% for item in items %}
|
||||||
@@ -60,7 +61,7 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc
|
|||||||
<td>{{item.content_type}}</td>
|
<td>{{item.content_type}}</td>
|
||||||
<td>{{item.get_level}}</td>
|
<td>{{item.get_level}}</td>
|
||||||
<td>{{item.outcome}}</td>
|
<td>{{item.outcome}}</td>
|
||||||
<td>{{item.get_radiology_condition_line_breaks}}</td>
|
<td class="conditions">{{item.get_radiology_condition_line_breaks}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user