Add SLURP mark for Releases page template

This patch adds to the Releases page template the possibility to
indicate whether a release is a SLURP release.

Change-Id: Ie0dcddfe271e8fd77a6d40fa54c8ef2ee6914b78
This commit is contained in:
Előd Illés
2022-05-24 19:58:32 +02:00
parent d62f935a42
commit 3306e86b98
4 changed files with 18 additions and 1 deletions

View File

@@ -17,7 +17,9 @@
* EOL Date
{%- for series in data %}
- * :doc:`{{ series['name'] }}/index`
* {{ phase_link(series['status']) }} {%- if series['status'] == 'extended maintenance' %} (see :ref:`note <extended-maintenance-note>` below) {%- endif %}
{%- if 'slurp' in series %} (:ref:`SLURP <slurp>`) {%- endif %}
* {{ phase_link(series['status']) }}
{%- if series['status'] == 'extended maintenance' %} (see :ref:`note <extended-maintenance-note>` below) {%- endif %}
* {{ series['initial-release'] }} {%- if series['status'] in ['development', 'future'] %} *estimated* :doc:`(schedule) <{{ series['name'] }}/schedule>`{%- endif %}
* {% if series['next-phase'] %}{{ phase_link(series['next-phase']['status']) }} *{% if 'date' in series['next-phase'] %}estimated {{ series['next-phase']['date'] }}{% else %}TBD{% endif %}*{% endif %}
* {{ series.get('eol-date', '') }}