{% extends '_quickpost_layout.html' %} {% block content %}

QuickPost Log

{% for line in log_table: %} {% for item in line: %} {% endfor %} {% endfor %}
{{item}}
{% endblock content %}