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

Import Targets

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 %}