{% extends "zumanji/layout.html" %} {% load zumanji_helpers %} {% block content %} {% include "zumanji/includes/build_details.html" %} {% if changes %}

Changes since #{{ compare_build.id }}

{% render_test_columns %} {% for change in changes %} {% render_change_row change compare_build %} {% endfor %}
Test
{% endif %} {% if git_changes %}

Git Log

{% include "zumanji/includes/git_log.html" %}
{% endif %}

Test Results

{% render_test_columns %} {% for test in test_list %} {% render_test_row test %} {% endfor %}
TestDuration
{% endblock %}