deal with missing dates for next-phase
Change-Id: I832132ddcdca7981d2b19b45e681e332171b4cda Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
59b9e984e3
commit
6fa8ede630
@ -19,6 +19,6 @@
|
||||
- * :doc:`{{ series['name'] }}/index`
|
||||
* {{ phase_link(series['status']) }}
|
||||
* {{ 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']) }} *estimated {{ series['next-phase']['date'] }}*{% endif %}
|
||||
* {% if series['next-phase'] %}{{ phase_link(series['next-phase']['status']) }} *estimated {{ series['next-phase'].get('date', 'TBD') }}*{% endif %}
|
||||
* {{ series.get('eol-date', '') }}
|
||||
{%- endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user