{% extends 'base.html' %} {% block head %}
{{key}}: | {{value|safe}} |
|
|
{% if 'git_base' in report %}
Patchbot version: {{report.patchbot_version}} Branch: {{report.git_branch}} {% if 'python_version' in report %} Using Python {{report.python_version}} {% endif %} Commit: {{report.git_commit}} ({{report.git_commit_human}}) Base: {{report.git_base}} ({{report.git_base_human}}) Merge: {{report.git_merge}} ({{report.git_merge_human}}) {% else %} {{report.patch_list|safe}} {% endif %} |
|