{% extends "layout.html" %} {% block sidebar %}{% include "cupboard/sidebar.html" %}{% endblock %} {% block page_title %}Review{% endblock %} {% block body %}

Review

Score: {{ value }}
Command: {{ command }}
{% for role, remote_branch_name, base_revision, revision in branches %}

{{ role }}

{{highlight_diff(show_diff(role))|safe}}
{% endfor %}
{{show_debdiff()|safe}}
{% if suites %} {% for s in suites %} {% endfor %} {% endif %}

Full Run

{% endblock %}