{% extends "lava_scheduler_app/_device_base.html" %} {% load django_tables2 %} {% load i18n %} {% load utils %} {% block device_heading %} {% if user.is_staff and device.device_type.name != 'dynamic-vm' and not device.get_health_check and not device.device_type.disable_health_check %}
The device has no {% if not 'HIDE_V2_DOCS'|get_settings %} health check job Consider adding a health check definition. {% else %} health check job Consider adding a health check definition. {% endif %}
{% endif %} {% endblock %} {% block content_columns %}

Recent jobs on {{ device.hostname }}

{% render_table recent_job_table %}
{% endblock %}