{# Server-rendered error banner for the audio-verify step of episode save. Injected into #save-status; the surrounding form supplies the values. #}
{% if verification.kind == "wrong_format" %}

audio rejected {{ verification.message }}

Only MP3 and M4A/AAC files are accepted. Please host a valid file and update the URL.

{% elif verification.kind == "unreachable" %}

audio unreachable {{ verification.message }}

The URL didn't respond, but its format looks fine. You can save without a probe and re-run Probe now later once the asset is up.

{% endif %}