{% extends 'public/base.html' %} {% block css %} {% endblock %} {% block index %}

Your task {{ name }} is analyzing.

Upon task completes, a notification with the URL to access the results will be sent to your mail box ({{ mail }}).
Or you can save the URL to check the results later. The results will remain on the server for 7 days.
If you have login in the faCRSA, the results will be saved forever.

{% endblock %} {% block js %} {% endblock %}