{% extends "base.html" %} {% block content %}
Address | Registration | Software version |
---|---|---|
{{ device.address }} | {% if device.info is not none %}{{ device.info.registration }}{% else %} - {% endif %} | {% if device.software_version is not none %}{{ device.software_version }}{% else %} - {% endif %} |