{% extends 'zut/layout.html' %} {% load zut_tags i18n static %} {% block title %}{{ _("Task") }} {{ object.id }}{% endblock %} {% block content %}

{{ _("Task") }} {{ object.id }}

{% if request.user.is_superuser %} {{ _("View all tasks") }} {% endif %}

{{ _("Id") }}
{{ object.id }}
{{ _("Name") }}
{{ _("Params") }}
{{ _("Worker") }}
{{ _("State") }}
{{ _("Progress") }}
{{ _("Details") }}
{{ _("Start") }}
{{ _("End") }}
{{ _("Duration") }}
{% endblock %} {% block script %} {% script_min '{page}' %} {% endblock %}