Add prior cases information to collection case view template
This commit is contained in:
@@ -71,8 +71,15 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if show_history %}
|
||||
<div>
|
||||
History: {{casedetail.get_history_pre|linebreaks}}
|
||||
<div class="d-flex justify-content-between align-items-start">
|
||||
<div>
|
||||
History: {{casedetail.get_history_pre|linebreaks}}
|
||||
</div>
|
||||
{% if has_priors %}
|
||||
<div class="ms-2">
|
||||
<span title="This case has priors available for comparison" class="badge bg-info text-dark small">Priors{% if prior_count %} ({{ prior_count }}){% endif %}</span>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user