{# -*- mode: html -*- #} {% if SERIES_INFO.status in ('obsolete', 'EOL') %}
The {{SERIES_TITLE}} release of OpenStack is no longer supported by the community. For more information about the release, refer to the releases web site.
{% endif %} {% if SERIES_INFO.status == 'obsolete' %}For documentation, please refer to a newer release. The most recently released version is {{RELEASED_SERIES|title}} and the version in development is {{SERIES_IN_DEVELOPMENT|title}}.
{% elif SERIES_INFO.status == 'EOL' %}Minimal documentation is still published here to assist users running this version. For additional documentation, please refer to a newer release. The most recently released version is {{RELEASED_SERIES|title}} and the version in development is {{SERIES_IN_DEVELOPMENT|title}}.
{% elif SERIES == RELEASED_SERIES %}This is the latest release. Use the menu to select a prior release if needed.
{% elif SERIES_INFO.status == 'maintained' %}This is not the latest release. Use the menu to select a different release if needed.
{% elif SERIES_INFO.status == 'development' %}This release is currently under development. Use the menu to select a different release if needed.
{% endif %}