{% macro render_bool(val, label="") -%}
{% if val -%}
✓
{% else %}
✘
{%- endif %}
{%- endmacro %}
{% macro render_summary_details(summary, details, max_inline=100) -%}
{% set rdetails = details|autoformat %}
{% if details is defined and rdetails|length > max_inline %}
{{ summary }}
{{ rdetails }}