{% extends "base.html" %} {% block title %} Report {% endblock %} {% block page_content %}
You're filing a report for {{ data['target'] + ' ' + data['id'] }}


{% endblock %}