{%- if config %} {% for header in config.headers %} {% endfor %} {% for row in config.summary_rows %} {% set rowloop = loop %} {% for cell in row %} {%- if loop.index == 1 %} {% set url = config.urls[rowloop.index - 1] %} {%- else %} {%- endif %} {% endfor %} {% endfor %}
{%- if header == 'place' %}

Name

{%- else %}

{{ header|capitalize }}

{%- endif %}
{{ cell }}{{ cell }}
{%- endif %}