{% extends "base.html" %} {% load url from future %} {% block title %}Reports diff #{{lhs.id}} #{{rhs.id}}{% endblock %} {% block submenu_append %}
Frame # | Function | {% if type != 'PYTHON' %}Binary | {% endif %}Source | Line | |
---|---|---|---|---|---|
- | {% endif %} {% if not l and r %}|||||
+ | {% endif %} {% if not l and not r %}|||||
{% 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 %} | {% if type != 'PYTHON' %} | {% endif %} | {% endif %} |