{% for name, values in items %} {% block namecol -%} {%- endblock %} {% endfor %}
{{ name }} {% for value in values %} {% if loop.length>1 and loop.first %}
    {% endif -%} {%- if loop.length>1 %}
  • {% endif -%} {%- block value %}{% endblock -%} {%- if loop.length>1 %}
  • {% endif -%} {%- if loop.length>1 and loop.last %}
{% endif %} {% endfor %}