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