{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load static %} {% load tz %} {% block header %}
{% endblock %} {% block content %}

{% block title %}Import Device Types{% endblock %}

{% include 'welcome_wizard/extra_actions.html' with bulk_import_url="plugins:welcome_wizard:devicetype_import" %}
{% include 'inc/search_panel.html' %}
{% endblock %}