{% load split %}
{{ job.id }}   {% with job.quit_status_text|split:"_" as qs %} {% if qs.0 == "completed" %} {% elif qs.0 == "interrupted" %} {% elif qs.0 == "autostop" %} {% elif qs.0 == "killed" %} {% else %} {% endif %} {% endwith %}
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 %}
{{ job.data_started|date:"d M 'y H:i:s" }} ({{ job.duration_formatted }})
{% if imbalance %} {% if imbalance.hum_processed %} {{imbalance.hum_imbalance}} RPS ({%if imbalance.user%}{{imbalance.user}}{%else%}автостоп{%endif%}) {% else %} {{imbalance.rob_imbalance}} RPS (робот) {% endif %} {% else %} Разладка не найдена {% endif %}
{% if job.name %}{{ job.name }}{% else %}Имя стрельбы{% endif %}
datalens report
{% if job.dsc %}{{ job.dsc }}{% else %}Описание{% endif %}
{% if is_in_compare %} {% 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 %} {% if regression_comments %}
Комментарии из регрессии:
{% for rc in regression_comments %} {{ rc.text }} -- {{ rc.author }} ({{ rc.created_at }})
{% endfor %}
{% endif %}
Инстансов phantom:
{{ job.instances }}
Команда запуска:
{{ job.command_line }}
{% if jenkinsbuild %}
Jenkins build:
{% endif %} {% if jenkinsrebuild %}
Jenkins build:
{% endif %} {% if jenkinsjob %}
Задача в Jenkins:
{% endif %}
Снимок опций танка:
{% if configinitial %}
Исходный конфиг:
{% endif %} {% if has_monitoring %}
Конфиг мониторинга:
{% endif %} {% if artifacts %}
Артефакты стрельбы:
 
{% endif %} {% for art in artifacts %}
 
{% endfor %}