Günaydın, Admin
{% for header in headers %}
{{ header }}
{% endfor %}
{% for row in rows %}
{% for cell in row %}
{{ cell }}
{% endfor %}
{% endfor %}