{% extends "zumanji/layout.html" %}
{% load zumanji_helpers %}
{% block content %}
{% include "zumanji/includes/build_details.html" %}
{% if changes %}
Test |
{% render_test_columns %}
{% for change in changes %}
{% render_change_row change compare_build %}
{% endfor %}
{% endif %}
{% if git_changes %}
Git Log
{% include "zumanji/includes/git_log.html" %}
{% endif %}
Test Results
Test |
{% render_test_columns %}
Duration |
{% for test in test_list %}
{% render_test_row test %}
{% endfor %}
{% endblock %}