Review the devices that will be created in NetBox.
{% if errors %}
{{ errors|join:', ' }}
{% endif %}
{% if cache_expired_count %}
{{ cache_expired_count }} of {{ selected_count }} selected device{{ selected_count|pluralize }} had expired cache data
and {{ cache_expired_count|pluralize:"was,were" }} dropped or may be missing role/rack selections.
or re-run your filter to reload device data.
{% endif %}
{% for entry in devices %}
{% with vc=entry.validation.virtual_chassis %}
{% if vc.is_stack and vc.members %}
{% endwith %}
{% endfor %}
Recommended: Jobs are logged and can be cancelled.