{% extends 'generic/object_detail.html' %} {% load buttons %} {% load custom_links %} {% load job_buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% load static %} {% load tz %} {% load ui_framework %} {% load i18n %} {% load render_table from django_tables2 %} {% block title %}Job: {{ object.name }}{% endblock %} {% block breadcrumbs_wrapper %} {% endblock breadcrumbs_wrapper %} {% block header %}
{% include 'inc/created_updated.html' %} {% endblock header %} {% block content %} {% if active_tab == 'logs' %}{% trans "No logs found for this job." %}
{% endif %}| {% trans "Name" %} | {{ object.name }} |
| {% trans "Platforms" %} | {{ object.platforms|join:", " }} |
| {% trans "Commands" %} | {{ object.commands|join:"\n" }} |