diff --git a/_includes/ideastable.html b/_includes/ideastable.html
index bb849ae..9dc3093 100644
--- a/_includes/ideastable.html
+++ b/_includes/ideastable.html
@@ -20,10 +20,10 @@
{{page.id|xml_escape}} |
{{page.title|xml_escape}} |
{{page.category|xml_escape}} |
- {{page.success-metrics|xml_escape}} |
- {{page.exit-criteria|xml_escape}} |
- {{page.clear-roles|xml_escape}} |
- {{page.future-iterations|xml_escape}} |
+ {% if page.success-metrics %}✅ {% else %}❌{% endif %} |
+ {% if page.exit-criteria %}✅{% else %}❌{% endif %} |
+ {% if page.clear-roles %}✅{% else %}❌{% endif %} |
+ {% if page.future-iterations %}✅{% else %}❌{% endif %} |
{% endfor %}