{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% load i18n %} {% block controls %} {% endblock controls %} {% block tabs %} {% endblock tabs %} {% block content %}
| {% trans "job_name" %} | {{ object.job_name }} |
|---|---|
| {% trans "created" %} | {{ object.created }} |
| {% trans "initiator" %} | {{ object.initiator }} |
| {% trans "ipaddress" %} | {{ object.ipaddress }} |
| {% trans "variables" %} | {{ object.variables }} |
| {% trans "status" %} | {{ object.status }} |
| {% trans "return value" %} | {{ object.return_value }} |
| {% trans "executed" %} | {{ object.exec_at }} |
| {% trans "duration (ns)" %} | {{ object.exec_ns }} |
| {% trans "log" %} | {{ object.log }} |