{# -*- mode: html -*- #}
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 == 'extended-maintenance' %}This is in extended maintenance and not the current release. The current supported release is {{RELEASED_SERIES.capitalize()}}.
{% elif SERIES_INFO.status == 'unmaintained' %}This is unmaintained and not the current release. The current supported release is {{RELEASED_SERIES.capitalize()}}.
{% elif SERIES_INFO.status == 'development' %}This release is under development. The current supported release is {{RELEASED_SERIES.capitalize()}}.
{% endif %} Back to Top