{% extends "aristotle_mdr/user/userHome.html" %} {% load i18n %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='adminTools' %} {% endblock %} {% block page %}

{% block title %}Task history{% endblock %}

{% trans "Back" %}

{% include "aristotle_bg_workers/paginated_task_list.html" with page=page_obj show_all=True %} {% endblock %}