{% if rows %}
{% for n in num_cols %} {% endfor %} {% for row in rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{ cell }}
{% for campaign in campaigns %} {% endfor %} {% for group in groups %} {% endfor %}
{% else %}

No rows on the first sheet of the uploaded excel file!

{% endif %}