{% extends "templates/base.html" %} {% block content %} {% if report|length == 0 %} Any engine selected

{% else %} {% autoescape off %} {{ report }} {% endautoescape %} {% endif %} {% endblock %}