{% extends "base.html" %} {% load i18n %} {% load url_tools %} {% load request_tools %} {% block title %} {% with request|tocorpus as corpus %} {% trans "Error while processing corpus" %} | MX-SUITE | {{ corpus.title }} | {{ block.super }} {% endwith %} {% endblock title %} {% block content %} {% with request|tocorpus as corpus %}

{% trans "Error while processing corpus" %} - {{ corpus.title }}


{% trans "Return to analysis options" %}

{% trans "Details:" %}

{{log}}

{% endwith %} {% endblock content %}