{% extends "base.html" %} {% load url from future %} {% block title %}Reports diff #{{lhs.id}} #{{rhs.id}}{% endblock %} {% block submenu_append %}
  • Reports diff #{{lhs.id}} #{{rhs.id}}
  • {% endblock %} {% block content %} Differences between backtraces from report - {{lhs.id}} and backtrace from report + {{rhs.id}}
    {% if type != 'PYTHON' %} {% endif %} {% for l, r in diff %} {% if l and not r %} {% endif %} {% if not l and r %} {% endif %} {% if not l and not r %} {% if type != 'PYTHON' %} {% endif %} {% endif %} {% endfor %}
    Frame # FunctionBinarySource Line
    -
    +
    {% endif %} {% if l and r %}
    {% endif %} {% if l %} {% with lhs.type as type %} {% with l as frame %} {% include "reports/backtrace_table_columns.html" %} {% endwith %} {% endwith %} {% endif %} {% if not l and r %} {% with rhs.type as type %} {% with r as frame %} {% include "reports/backtrace_table_columns.html" %} {% endwith %} {% endwith %} {% endif %} {% if not l and not r %}
    {% endblock %}