{% block render %} {% if withHeadings and content[0] is defined %} {% for column in content[0] %} {% endfor %} {% endif %} {% if (not withHeadings and content[0] is defined) or (withHeadings and content[1] is defined) %} {% for line in content %} {% if (withHeadings and not loop.first) or not withHeadings %} {% for column in line %} {% endfor %} {% endif %} {% endfor %} {% endif %}
{{- column -}}
{{- column -}}
{% endblock %}