{% extends "aristotle_mdr/user/userHome.html" %} {% load i18n static %} {% load render_bundle from webpack_loader %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='adminTools' %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'task_runner' 'js' %} {% endblock %} {% block page %} {# #}

{% trans "Task Runner" %}

Start Tasks

{% for task in tasks %}

{% endfor %}

{% block title %}Recent task history{% endblock %}

Recent Tasks

See all task history

{% trans "Home" %}

{% endblock %}