{% extends "device.html" %} {% block submenu%} Devices
Afficher la configuration
{% end %} {% block body %}
{% for p in device.ports['input'] %} {% if p.enabled %} {% end %} {% end %} {% for p in device.ports['output'] %} {% if p.enabled %} {% end %} {% end %}
Capteur Valeur Type
{{p.name}} Connexion à la carte {{p._type}}
{{p.name}} {{p._type}}
{% end %}