{% extends "base.html" %} {% block title %} »List of Local Reports » {{report.name}} {% endblock %} {% block nav %} » List of Local Reports » {{report.name}} {% endblock %} {% block content %} {% if request.method == 'GET' and request.values.confirm_delete %}

Are you sure you want to delete this report?

{% else %}

Minority Report

Update Report




Delete this report

{% endif %} {% endblock %}