{% extends "base.html" %} {% block header %} {{ super() }} {% endblock header %} {% block content %} {% include "partials/navbar.html" %}

Add Activity Mapping

{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
Reporter Information

Location Mapping

Activity Classification

{% endblock content %}