{% extends "base.html" %} {% block title %}Devices — Netcanon{% endblock %} {% block content %}

Devices

New Device Profile

⚙ Port
⚙ Pin

Saved Devices

{% if not device_profiles %}

No device profiles yet. Fill in the form above to add one.

{% else %} {% for profile in device_profiles %}
{{ profile.name }} {{ profile.type_key }} {{ profile.host }} {{ configs_by_profile.get(profile.id, []) | length }} backup(s)
{% endfor %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}