{# -*- mode: html -*- #}
x
{% if SERIES_PATH_PREFIX %}

Currently viewing

{% include 'templates/switch_releases.tmpl' %}

{% if SERIES_INFO.status == 'obsolete' %} which is no longer supported by the community. The current supported release is {{RELEASED_SERIES.capitalize()}}.

{% elif SERIES_INFO.status == 'EOL' %} which is no longer supported by the community. The current supported release is {{RELEASED_SERIES.capitalize()}}. {% elif SERIES == RELEASED_SERIES %} which is the current supported release. {% elif SERIES_INFO.status == 'unmaintained' %} which is unmaintained. The current supported release is {{RELEASED_SERIES.capitalize()}}. {% elif SERIES_INFO.status == 'extended-maintenance' %} which is in extended maintenance, but old. The current supported release is {{RELEASED_SERIES.capitalize()}}. {% elif SERIES_INFO.status == 'maintained' %} which is maintained, but old. The current supported release is {{RELEASED_SERIES.capitalize()}}. {% elif SERIES_INFO.status == 'development' %} which is in development. The current supported release is {{RELEASED_SERIES.capitalize()}}. {% endif %}

{% endif %}  Back to Top