{% extends 'generic/_base.html' %} {% load static %} {% block title %}Export inventory{% endblock %} {% block head %}{{ block.super }}{% endblock %} {% block content %}

Select the object types to include in one ZIP archive. Certificates, keys, CSRs, and Bundle material can be imported together. Other object types are exported as JSON metadata for reference.

{% csrf_token %}{{ form.non_field_errors }} {% include "netbox_certificates/inc/bulk_selection.html" with select_label="Select all object types" %}
{% include 'netbox_certificates/inc/inventory_types.html' %}
Cancel
{% endblock %}