{% extends 'tom_common/base.html' %} {% load bootstrap4 static %} {% block title %}Import Targets{% endblock %} {% block content %}

Import Targets

Upload a .csv to import targets in bulk. CSV columns must match target attributes. View the example .csv file.

{% csrf_token %} {% buttons %} {% endbuttons %}
{% endblock %}