{% extends 'base.html' %} {% block content %}
{{ job_info.get('name') if (job_info.get('name')|string).strip() != '' else 'Unnamed Job' }} {{ job_info.get('status') }}

fqid: {{ job_info.get('fqid') }}

subjobs: {{ job_info.get('subjobs') }}

application: {{ (job_info.get('application')|string).split('(')[0] }}

backend: {{ (job_info.get('backend')|string).split('(')[0] }}

backend.actualCE: {{ job_info.get('backend.actualCE') }}

comment: {{ job_info.get('comment') }}

Job Attributes



                            

Job Actions

{# Statistics Card - Running #}
Running

{# Statistics Card - Failed + Killed #}
Failed + Killed

{# Statistics Card - Completing #}
Completing

{# Statistics Card - Failed #}
Completed

{% endblock content %} {% block footer %} {% endblock footer %}