diff --git a/_layouts/eip.html b/_layouts/eip.html index 215f5f1994b47..7362e1678947d 100644 --- a/_layouts/eip.html +++ b/_layouts/eip.html @@ -12,7 +12,11 @@

{% if page["discussions-to"] != undefined %} Discussions-To{{ page["discussions-to"] | xml_escape }} {% endif %} - Status{{ page.status | xml_escape }} + Status{{ page.status | xml_escape }} + {% if page.review-period-end != undefined %} + (review ends {{ page.review-period-end | xml_escape }}) + {% endif %} + Type{{ page.type | xml_escape }} {% if page.category != undefined %} Category{{ page.category | xml_escape }}