{% extends "base.html" %} {% load staticfiles %} {% load analysis_tags %} {% block content %}
{% include "analysis/pages/compare/_info.html" with record=left %}
You need to select the second analysis. {% if records.count > 0 %} Following are all the analyses of the file with provided MD5 or pattern {{hash}}:
{% include "analysis/pages/compare/_summary_table.html" %} {% else %} There is no analysis for the specified file or you selected the same selected analysis. {% endif %}