{# Compact company row — click company name to expand #} {# Used standalone for toggle/collapse responses and within _table.html #} {% set is_disabled = not company.scan_enabled %}
{% if company.homepage_url %} {% endif %}
{% if company.ats_probe_status == 'error' %} Error ({{ company.retry_count or 0 }}/3) {% elif company.ats_probe_status == 'miss' and company.miss_reason == 'unreachable' %} Unreachable {% elif company.ats_platform == 'lever' %} Lever {% elif company.ats_platform == 'greenhouse' %} Greenhouse {% elif company.ats_platform == 'ashby' %} Ashby {% else %} {{ company.ats_probe_status or 'pending' }} {% endif %}
{{ company.ats_slug or '—' }}
{% if company.last_scanned_at %} {{ company.last_scanned_at | relative_date }} {% else %} Never {% endif %}
{{ company.jobs_found_total or 0 }}
{% if company.ats_probe_status == 'error' or (company.ats_probe_status == 'miss' and company.miss_reason == 'unreachable') %} {% endif %}