{{ tap.tap_name }}
{% if tap.description %}
{% assign t_intent = tap.intent | default: "read" %}
{{ tap.description }}
{% endif %}
{% if t_intent == "write" %}write{% else %}read-only{% endif %}
{% if tap.doctor_verdict == "healthy" %}
Healthy{% if tap.doctor_checked %}· {{ tap.doctor_checked }}{% endif %}
{% elsif tap.doctor_verdict == "stale" %}
Stale{% if tap.doctor_checked %}· {{ tap.doctor_checked }}{% endif %}
{% elsif tap.doctor_verdict == "broken" %}
Broken{% if tap.doctor_checked %}· {{ tap.doctor_checked }}{% endif %}
{% else %}
Unchecked
{% endif %}