{% extends 'base.html' %} {% block content %}
{{ t('mesh.link.current_device', 'Current MeshCentral device') }}: {{ current_device.name }} {% if current_device.manufacturer %} · {{ current_device.manufacturer }}{% endif %} {% if current_device.serial_number %} · {{ current_device.serial_number }}{% endif %}
{% elif asset.mesh_node_id %}{{ t('mesh.link.current_missing', 'The currently stored node ID was not found in MeshCentral. You can replace it with one of the available devices below.') }}
{% endif %}{{ t('mesh.link.available_help', 'Only node IDs that are not assigned to another asset are shown.') }}
{% if available_devices %} {% else %}