{% set ic = icon_for(row['tool']) %} {% set redacted = row['redactions_applied_json'] is not none %} {% set enforcement = row['enforcement'] %} {% set redactions = row['redactions_applied_json'] | from_json or [] %} {% set tab = active_tab or 'body' %} {% set known_tabs = ['body', 'headers', 'redactions', 'allow', 'export'] %} {% if tab not in known_tabs %}{% set tab = 'body' %}{% endif %}