{% extends 'generic/object.html' %} {% load i18n %} {% load form_helpers %} {% block content %}
{% trans "Import Layout" %}

{% blocktrans %} Upload a layout file previously downloaded via Export Layout, from this or another NetBox instance. Each entry is matched against this device type's current components by name; unmatched entries are skipped and reported below, and any component with no matching entry is simply left unplaced. {% endblocktrans %}

{% csrf_token %} {% render_form form %}
{% trans "Cancel" %}
{% endblock %}