Closed
Description
Describe the bug
The old site notes about compatibility are missing in the implementations page.
This is how this was shown in the old site:
And this is the old code of the old site with the missing logic:
{% if implementation.compliance %}
<li><em>Compliance:</em>
{% if implementation.compliance.config.docs %}
This implementation <a href="{{ implementation.compliance.config.docs }}">documents</a> that you must
{% endif %}
{% if implementation.compliance.config.instructions %}
<strong>{{ implementation.compliance.config.instructions | markdownify | remove: '<p>' | remove: '</p>' }}</strong> to produce specification-compliant behavior.
</li>
{% endif %}
{% endif %}
Expected behavior
The expectations is to add the compliance notes after the notes.