{% set active_page = "index" %} {% extends 'base.html' %} {% block topmessage %}
{{ message["error"] }}
{%if message["uncaught-err"]%}When an unknown error occurs, the input file is not deleted automatically. You may ask to delete it now if you wish, but we prefer that you don't, so that it helps us investigating. Thanks!
{%endif%} {% for aline in message["log"] %} {{aline|safe}} {% endfor %}Please try again
{% endblock %}