@include '../layout/head.html' @include '../layout/header.html' .form-error { @ctx.form_error }
@include '../layout/repo_menu.html'

%pr_open_title

%pr_compare_desc

@if error_msg != ''
@error_msg
@end
@if has_compare @if commits.len == 0
%pr_no_commits_between
@else
@commits.len %pr_commits_label · @file_diffs.len %pr_files_changed_label

%pr_commits_heading

%pr_files_changed

@end @end
@include '../layout/footer.html'