{% load split %}
{{ job.id }}
{{ job.data_started|date:"d M 'y H:i:s" }} ({{ job.duration }})
NET {% if http_codes.2 %}2xx{% endif %} {% if http_codes.3 %}3xx{% endif %} {% if http_codes.4 %}4xx{% endif %} {% if http_codes.5 %}5xx{% endif %}  
{% if job.name %}{{ job.name }}{% else %}Имя стрельбы{% endif %}
{% if job.dsc %}{{ job.dsc }}{% else %}Описание{% endif %}
Участок


Обновлять через

Танк/мишень:
{{ job.tank_reduced }} → {{ job.srv_reduced }}:{{ job.srv_port }}
UserAgent танка:
{{ user_agent }}
Патроны:
{{ job.ammo_path }} (loop={{ job.loop_cnt }})
{% if multitag %}
Мультитэги:
Да  
{% endif %}
Схема нагрузки:
{{ schema }}  
Версия:
{{ job.ver }}  
{% if job.component %}
Регрессия:
{% endif %}
Инстансов phantom:
{{ job.instances }}
Команда запуска:
{{ job.command_line }}
{% if jenkinsbuild %}
Jenkins build:
{% endif %} {% if jenkinsjob %}
Задача в Jenkins:
{% endif %}
Снимок опций танка:
{% if configinitial %}
Исходный конфиг:
{% endif %} {% if has_monitoring %}
Конфиг мониторинга:
{% endif %} {% if artifacts %}
Артефакты стрельбы:
 
{% endif %} {% for art in artifacts %}
 
{% endfor %}