{% load i18n %} {% if total_active_plans > 0 %} {% if overdue_count > 0 %} {{ overdue_count }} {% elif due_soon_count > 0 %} {{ due_soon_count }} {% else %} OK {% endif %} {% endif %} {% if perms.netbox_maintenance_device.add_maintenanceexecution %} {% trans "Add Execution" %} {% endif %}