{% extends 'rcr/base.html' %} {% block content %}

Radiology Gap Analysis

Filter
{{ item_filter.form.as_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.

{% comment %}
Show outcomes {% for outcome in outcomes %} {% endfor %} {% endcomment %}
Categories
{% for category, items in filtered_categories %}

{{category.name}}

{% for item in items %} {% endfor %}
ID Item Content type Level Outcome Radiology condition
{{item.rcr_platform_id}} {{item.name}} {{item.content_type}} {{item.get_level}} {{item.outcome}} {{item.get_radiology_condition_line_breaks}}

Item count: {{items.count}}


{% endfor %} {% comment %} {% for condition in conditions %}

{{condition.name}}

{{condition.items.all}} {% endfor %} {% endcomment %} {% endblock %} {% block css %} {% endblock css %} {% block js %} {% endblock js %}