{% macro recovery_panel(panel) -%}

Recovery

{% if panel.auto_publish_recipe %}
Auto-publish candidate {{ panel.auto_publish_recipe }}
{% endif %} {% if panel.blockers %} {% else %}

No open blockers.

{% endif %}
{%- endmacro %}