{% extends 'base.html' %} {% block head %} {% endblock %} {% block content_inner %} {% if data %}
{%- for log in data.logs %} {{log}} {% endfor -%}