{% extends "base.html" %} {% block header %} {{ super() }} {% endblock header %} {% block content %} {% include "partials/navbar.html" %}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
Bulk Upload Activity Mappings

Upload a .csv, .xlsx, .xls, .xml format file to add multiple activity mappings.


{% endblock content %}