{% extends "base.html" %} {% block title %}Run Impact Analysis - PoliSage{% endblock %} {% block content %}

Run New Impact Analysis

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Choose the specific document to analyze.
Select the dimension of impact to analyze.
Cancel
{% endblock %} {% block scripts_extra %} {% endblock %}