diff --git a/dashboard/src/t5gweb/templates/macros/macros.html b/dashboard/src/t5gweb/templates/macros/macros.html index 075db9d..3201033 100644 --- a/dashboard/src/t5gweb/templates/macros/macros.html +++ b/dashboard/src/t5gweb/templates/macros/macros.html @@ -109,24 +109,24 @@

Statistics

{% if new_comments[account][status][card]['escalated'] %} {% if new_comments[account][status][card]['escalated_link'] %} - + Yes {% else %} - Yes + Yes {% endif %} {% elif new_comments[account][status][card]['potential_escalation'] %} - Potentially + Potentially {% else %} No {% endif %} {% if new_comments[account][status][card]['watched'] %} - Yes + Yes {% else %} No {% endif %} {% if new_comments[account][status][card]['crit_sit'] %} - Yes + Yes {% else %} No {% endif %}