{% comment %} Honest "the builder cannot run right now" panel. Included by every builder page. It never renders a dead button: the caller is told exactly which condition failed (feature switched off, no API key, budget exhausted) and which configuration key an administrator has to set. The `availability` dict is built by `siteBuilder.views._availability`. {% endcomment %} {% if not availability.available %}
{{ availability.reason }}
{% if availability.configKey %}{{ availability.configKey }}