{% macro tab_instances(attributes, instances) -%} {% if attributes %} {% for att in attributes %} {% endfor %} {% for instance in instances %} {% for val in instance %} {% endfor %} {% endfor %}
{{ att }}
{{ val }}
{% endif %} {%- endmacro %}