diff --git a/www/austin/index.html b/www/austin/index.html index b4125f2057..bb8b5e5b02 100644 --- a/www/austin/index.html +++ b/www/austin/index.html @@ -30,21 +30,7 @@
- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}- 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. -
-- 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}}. -
+ {% include "templates/series_status.tmpl" %}This is not the latest release. Use the menu to select a different release if needed.
+ {% include "templates/series_status.tmpl" %}This is not the latest release. Use the menu to select a different release if needed.
+ {% include "templates/series_status.tmpl" %}This is the latest release. Use the menu to select a prior release if needed.
+ {% include "templates/series_status.tmpl" %}This is the latest release. Use the menu to select a prior release if needed.
+ {% include "templates/series_status.tmpl" %}+ 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 %}