{% if system == "Linux" %}
{% endif %}
{% extends "layout.html" %} {% from "loading.html" import loading_block_ui %} {% block head %} {% endblock %} {% block content %}
Name | {{ hostname }} {% if system == "Linux" %}configure{% endif %} |
Version | {{ version }} {% if system == "Linux" %}update{% endif %} |
IP Address | {{ ip }} |
Mac Address | {{ mac }} |
Network | {{ network_status }} {% if system == "Linux" %}configure wifi{% endif %} |
Server | {% if server_status != "Not Configured" %}{% endif %}{{ server_status }}configure |
HTTPS certificate |
{% if is_certificate_ok %}
OK{{ certificate_details }}
{{ certificate_details }}
{% endif %}
|
Six payment terminal | {{ six_terminal }} configure |
Pairing code | {{ pairing_code }} |
IOT Device |
{% if iot_device_status|length == 0 %}
No Device Found
{% endif %}
{% for iot_devices in iot_device_status|groupby('type') %}
{{ iot_devices.grouper|capitalize }}s
{% for device in iot_devices.list %}
{{ device['name'] }}
{% endfor %}
{{ device['identifier'] }}
|