{% load i18n sizeformat %}

{% trans "Job Execution Overview" %}

{% trans "Status" %}
{{ job_execution.info.status }}
{% trans "Id" %}
{{ job_execution.id }}
{% trans "Job Id" %}
{{ job_execution.job_id }}
{% trans "Input Id" %}
{{ job_execution.input_id }}
{% trans "Output Id" %}
{{ job_execution.output_id }}
{% trans "Cluster Id" %}
{{ job_execution.cluster_id }}
{% trans "Last Updated" %}
{{ job_execution.updated_at }}
{% trans "Return Code" %}
{{ job_execution.return_code }}
{% trans "Oozie Job Id" %}
{{ job_execution.oozie_job_id }}
{% trans "Created" %}
{{ job_execution.created_at }}
{% trans "Tenant Id" %}
{{ job_execution.tenant_id }}