{% import 'toolkit/summary-content.html' as content %} {% macro heading(heading, index=None, id=None, hidden=False) -%}
{{ label }}{% if hidden_text %} {{ hidden_text }}{% endif %}
{%- endmacro %} {% macro description(text) -%}{{ text }}
{%- endmacro %} {% macro mapping_table(caption='', field_headings='', field_headings_visible=True, caption_visible=False, no_bottom_border=False, row_bold_borders=False, text_large=False) -%}| {% if field_headings_visible %} {{ field_heading }} {% else %} {{ field_heading }} {% endif %} | {% endfor %}
|---|
{{ empty_message }}
{% endif %} {%- endmacro %} {% set table = list_table %} {% macro hidden_field_heading(name) -%} {{ name }} {%- endmacro %} {% macro row(complete=True, no_border=False, bold_border=False) -%}{{ parent_category.label }}
{% if parent_category.options %} {{ content['list_items_content'](parent_category.options|map(attribute='label')|list, assurance) }} {% endif %}{{ question.name if question.name else question.question }}