{% extends "base.html" %} {% set active_page = "assets" %} {% block title %} {{asset.name}} - Status {% endblock %} {% block divs %}

Data connectivity for sensors of {{ asset.name }}

{% for sensor in sensors: %} {% endfor %}

Latest jobs of {{ asset.name }}

{% for job_data in jobs_data: %} {% endfor %} {% if redis_connection_err is not none %}
{{ redis_connection_err }}
{% endif %}
{% endblock %}