{% 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. Additional colimns will be checked against your EXTRA_FIELDS and added if relevant.


You can include a list of groups in an optional "groups" column to add targets to permission groups. These permission groups are different from target lists and will be used for determining which users can view the target. If the group does not exist, it will be ignored.
See target_import.csv for an example.


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