{% if row.entry.link %} {{ row.entry.title or row.entry.id }} {% else %} {{ row.entry.title or row.entry.id }} {% endif %}
{% if row.entry.author %}By {{ row.entry.author }} |{% endif %} {{ row.published_label }}
{{ row.decision.reason }}
{% if row.decision.blacklist_match %}
{{ row.decision.blacklist_match.description }}
{{ row.decision.blacklist_match.pattern }}
{% endif %}
{% if row.decision.whitelist_match %}
{{ row.decision.whitelist_match.description }}
{{ row.decision.whitelist_match.pattern }}
{% endif %}
{% for field in row.field_rows %}
{% endfor %}
{{ field.label }}
{{ field.value_html|safe }}
{% for badge in field.badges %}{{ badge.label }}{% endfor %}