{% extends "base.html" %} {% block content %}

{% if completed %}

Good news! :-)

The analysis is completed, you can view it here.
{% else %}

Hang on...

The analysis is not completed yet, it's still {{status}}. This page will refresh every 30 seconds.

{% endif %} {% endblock %}