{% extends "base.html" %} {% load staticfiles %} {% load analysis_tags %} {% block content %}
{% include "analysis/pages/nav-sidebar.html" %}

Analysis 1


 

{% include "analysis/pages/compare/_info.html" with record=left %}

Analysis 2


You need to select the second analysis. {% if records.count > 0 %} Following are all the other analyses of the same file or URL:

{% include "analysis/pages/compare/_summary_table.html" %} {% else %} There is no other analysis for the same file or URL.

{% endif %}

If you want to compare to a different analysis, please provide an MD5 hash or a URL:

{% endblock %}