{% include "head.html" %}
{{ pipeline_name }} Summary
{{ navbar }}
Results summary
Pipeline name:
{{ pipeline_name }}
{% if amendments is not none %}
Amendments:
{{ amendments|join(', ') }}
{% endif %}
Get summary files
Statistics CSV
Objects YAML
{% for column in columns %}
{{ column }}
{% endfor %}
{% for table_cell_data in table_row_data %}
{% for values in table_cell_data %} {% if values is not string %}
{{ values[1] }}
{% else %} {% if values|length > 60 %}
{{ values|truncate(60,True) }}
{% else %}
{{ values }}
{% endif %} {% endif %} {% endfor %}
{% endfor %}
Plot a column
{{ project_objects }}