{% extends 'base.html' %} {% block head %} #{{ticket}} PatchBot Results {% endblock %} {% block body %}

{{ticket}}

{{info.title}}

{% for key, value in info.items(): %} {% endfor %}
{{key}}: {{value|safe}}


{% for report in reports: %} {% endfor %}
{{report.status}} {{report.base|safe}} {{'/'.join(report.machine)}} {{report.time}} log shortlog
{{report.patch_list|safe}}
    {% for plugin_tuple in report.get('plugins', []) %} {% set plugin, status, data = normalize_plugin(plugin_tuple) %}
  • {{plugin}} {% if 'base_log' in report %} (diff) {% endif %} {% if data %} (data) {% endif %} {% endfor %}
{% endblock %}