add comlptede details to rcr index
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr><th></th><th>Content Type</th><th>Name</th><th>Assessed<br/> By</th></tr>
|
<tr><th></th><th>Content Type</th><th>Name</th><th>Assessed<br/> By</th></tr>
|
||||||
{% for item in items %}
|
{% for item in items %}
|
||||||
<tr class="{{item.content_type}} {% if item.completed_radiology %} completed-radiology{% endif %}{% if item.completed_radiology %} completed-oncology{% endif %}">
|
<tr class="{{item.content_type}} {% if item.completed_radiology %} completed-radiology{% endif %}{% if item.completed_oncology %} completed-oncology{% endif %}">
|
||||||
<td class="{{item.specialty}}" title="{{item.specialty}}">
|
<td class="{{item.specialty}}" title="{{item.specialty}}">
|
||||||
{{forloop.counter}}:
|
{{forloop.counter}}:
|
||||||
</td>
|
</td>
|
||||||
@@ -57,6 +57,18 @@
|
|||||||
{% block css %}
|
{% block css %}
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
.completed-radiology::after {
|
||||||
|
content: '✓';
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
|
.completed-oncology::after {
|
||||||
|
content: '✓';
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
.completed-oncology.completed-radiology::after {
|
||||||
|
content: '✓';
|
||||||
|
color: purple;
|
||||||
|
}
|
||||||
.completed::after {
|
.completed::after {
|
||||||
content: '✓';
|
content: '✓';
|
||||||
color: green;
|
color: green;
|
||||||
|
|||||||
Reference in New Issue
Block a user