{% extends "main.html" %} {% load i18n coffeescript crispy_forms_tags %} {% block angular %}{% include "angular/device_livestatus.cs" %}{% endblock %} {% block title %}{% trans "Create a new device" %}{% endblock %} {% block content %} {% verbatim %}

Create a new device

Need name without any special characters or whitespace (for instance 'server.my.domain')
Please enter a valid device group name (no spaces or dots allowed)
Please enter a valid IP address
{% endverbatim %} {% endblock %}