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

Export analysis

{% csrf_token %}

Select which files you want to include in the export.


{% for dirname, count in dirs %}
{% endfor %}
{% for filename in files %}
{% endfor %}

{% if report.analysis.info.category == "file" %} {% elif report.analysis.info.category == "url" %} {% else %} {% endif %}

{% if report.analysis.info.id %} {% endif %} {% endblock %}