{{ section['title'] }}
{% if section.get('description') %}{{ section['description'] }}
{% endif %}{{ item['title'] }}
{% if item.get('count') is not none %}{{ item['count'] }}{% endif %} {% if item.get('message') %}{{ item['message'] }}
{% endif %} {% if item.get('details') is not none %}Details
{{ item['details']|tojson(indent=2) }}