We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ed074 commit 7c7c043Copy full SHA for 7c7c043
templates/components/listings/publications/tr_card.html.twig
@@ -37,6 +37,15 @@
37
</div>
38
{% endif %}
39
{% endblock translations %}
40
+ {% block crs %}
41
+ {% set cr = spec.specification.lastSpecVersionOfType('CR') %}
42
+ {% if spec.crd and cr %}
43
+ <div>
44
+ <dt>Latest Candidate Recommendation Snapshot</dt>
45
+ <dd><a href="{{ cr.uri }}">{{ w3c_date_format(cr.date)|raw }}</a></dd>
46
+ </div>
47
+ {% endif %}
48
+ {% endblock crs %}
49
</dl>
50
{% block description %}
51
{{ spec.specification.description|raw }}
0 commit comments