{% if page.version != site.latest %}
This is the documentation for the latest development version of Velero. Both code and docs may be unstable, and these docs are not guaranteed to be up to date or correct. See the latest version.
{% elsif page.version contains 'beta' or page.version contains 'alpha' or page.version contains 'rc' %}This is the documentation for the latest pre-production version of Velero. Both code and docs may be unstable, and these docs only a best-guess effort at being up to date or correct. See the latest version.
{% else %}Documentation for version {{ page.version }} is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
{% endif %}