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.
2 parents 7284f60 + 49b0675 commit 9f05a6fCopy full SHA for 9f05a6f
templates/components/listings/publications/tr_card.html.twig
@@ -37,6 +37,17 @@
37
</div>
38
{% endif %}
39
{% endblock translations %}
40
+ {% block crs %}
41
+ {% if spec.crd %}
42
+ {% set cr = spec.specification.lastSpecVersionOfType('CR') %} %}
43
+ {% if cr %}
44
+ <div>
45
+ <dt>Latest Candidate Recommendation Snapshot</dt>
46
+ <dd><a href="{{ cr.uri }}">{{ w3c_date_format(cr.date)|raw }}</a></dd>
47
+ </div>
48
+ {% endif %}
49
50
+ {% endblock crs %}
51
</dl>
52
{% block description %}
53
{{ spec.specification.description|raw }}
0 commit comments