{% extends "lava_scheduler_app/_device_base.html" %} {% load django_tables2 %} {% load i18n %} {% load utils %} {% block device_heading %} {% if user.is_staff and not device.get_health_check and not device.device_type.disable_health_check %}
The device has no health check job Consider adding a health check definition.
{% endif %} {% endblock %} {% block content_columns %}

Recent jobs on {{ device.hostname }}

{% render_table recent_job_table %}
{% endblock %}