{% macro multi_input(type, heading, elements, version=1) %}
{% for item in elements or [None] %}
{% if version == 1 %}
{% elif version == 2 %}
{% endif %}
{% endfor %} {% endmacro %} {% macro xpath_or_value_input(heading, input_name, item, collection_parser, is_subsection=True) %}
{{ collection_parser.test_xpath(item['xpath'])['count']['percentage'] if item['xpath'] else '-' }}
{% endmacro %}