diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 11943278..b10bb4da 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -201,15 +201,45 @@ -
Resource
{% for caseresource in case.caseresource_set.all %}
- {{caseresource.resource.name}}
- {% if caseresource.pre_review %}
- (pre)
- {% else %}
- (post)
- {% endif %}
- {% endfor %}
-