{% extends 'base.html' %} {% block body %}

{{ the_title }}

{% for row_title in the_row_titles %} {% endfor %} {% for log_row in the_data %} {% for item in log_row %} {% endfor %} {% endfor %}
{{row_title}}
{{item}}
{% endblock %}