{% extends "main.html" %} {% load i18n coffeescript crispy_forms_tags %} {% block angular %}{% include "angular/background_job_info.cs" %}{% endblock %} {% block title %}{% trans "Background job info" %}{% endblock %} {% block content %}
command | XML | created | user | state | cause | initiator | commands | valid until | |||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ job.command }} | {{ job.command_xml | limit_text:10 }} | {{ get_time(job.date) }} ({{ get_diff_time(job.date) }}) | {{ job.user }} | {{ job.state }} | {{ job.cause }} | {{ job.initiator }} | {{ job.num_servers || '-' }} | {{ get_time(job.valid_until) }} |