{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Biomedical cyber dashboard" %}{% endblock %} {% block content %}

{% trans "Biomedical cyber dashboard" %}

{% trans "Fleet" %}

{% trans "Referenced objects" %}
{{ total_count }}
{% trans "equipments and supporting infrastructure" %}
{% trans "Medical devices" %}
{{ device_count }}
{% trans "role = medical device" %}
{% trans "Flows" %}
{{ flow_count }}
{% trans "between referenced objects" %}
{% trans "Devices without IP" %}
{{ no_ip_device_count }}
{% trans "cartography completeness" %}

{% trans "Cyber posture" %}

{% trans "Unencrypted flows" %}
{{ unencrypted_count }}
{% trans "cleartext exchanges" %} ยท {{ unknown_encryption_count }} {% trans "unknown" %}
{% trans "Exposed equipment" %}
{{ exposed_count }}
{% trans "flat network or public exposure" %}
{% trans "OS out of support" %}
{{ os_obsolete_count }}
{% trans "vendor support ended" %}
{% trans "Unmonitored flows" %}
{{ unmonitored_count }}
{% trans "no PRTG sensor" %}
{% trans "Vendor remote maintenance" %}
{{ remote_count }}
{% trans "remote access to audit" %}
{% trans "Wi-Fi equipment" %}
{{ wifi_count }}
{% trans "wireless attack surface" %}

{% trans "Per establishment" %}

{% for row in per_site %} {% empty %} {% endfor %}
{% trans "Establishment" %} {% trans "Objects" %} {% trans "Medical devices" %} {% trans "Exposed" %} {% trans "OS out of support" %}
{{ row.site__name }} {{ row.total }} {{ row.dm }} {% if row.exposed %}{{ row.exposed }}{% else %}0{% endif %} {% if row.obsolete %}{{ row.obsolete }}{% else %}0{% endif %}
{% trans "No data yet" %}
{% endblock %}