{# -*- mode: html -*- #}
x
{% if SERIES_INFO.status == 'obsolete' %}

This Release is no longer supported by the community. The current, supported release is {{RELEASED_SERIES.capitalize()}}

{% elif SERIES_INFO.status == 'EOL' %}

This Release is no longer supported by the community. The current, supported release is {{RELEASED_SERIES.capitalize()}}

{% elif SERIES == RELEASED_SERIES %}

This is the current, supported release.

{% elif SERIES_INFO.status == 'maintained' %}

This is maintained, but NOT the current release. The current, supported release is {{RELEASED_SERIES.capitalize()}}

{% elif SERIES_INFO.status == 'development' %}

This release is currently under development. The current, supported release is {{RELEASED_SERIES.capitalize()}}

{% endif %}  Back to Top