{% extends '_base.html' %} {% load static from staticfiles %} {% load form_helpers %} {% block content %}

{% block title %}Secret Import{% endblock %}

{% if form.non_field_errors %}
Errors
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %} {% render_form form %}
{% if return_url %} Cancel {% endif %}

CSV Format

Field Description Example
Device Name of the parent device edge-router1
Role Functional role Login Credentials
Name (optional) Username or other label root
Secret Secret data MyP@ssw0rd!

Example

edge-router1,Login Credentials,root,MyP@ssw0rd!
{% include 'secrets/inc/private_key_modal.html' %} {% endblock %} {% block javascript %} {% endblock %}