diff --git a/templates/components/listings/publications/tr_card.html.twig b/templates/components/listings/publications/tr_card.html.twig index 71754275..afea2927 100644 --- a/templates/components/listings/publications/tr_card.html.twig +++ b/templates/components/listings/publications/tr_card.html.twig @@ -37,6 +37,17 @@ {% endif %} {% endblock translations %} + {% block crs %} + {% if spec.crd %} + {% set cr = spec.specification.lastSpecVersionOfType('CR') %} %} + {% if cr %} +
+
Latest Candidate Recommendation Snapshot
+
{{ w3c_date_format(cr.date)|raw }}
+
+ {% endif %} + {% endif %} + {% endblock crs %} {% block description %} {{ spec.specification.description|raw }}