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 2f4c0a9 + 032c50c commit 0470093Copy full SHA for 0470093
templates/components/listings/groups/entry.html.twig
@@ -6,6 +6,7 @@
6
</a>
7
</h2>
8
{% block group_description %}
9
+ {% if group.closed %}<p><em>Group closed on {{ w3c_date_format(group.closedDate)|raw }}</em></p>{% endif %}
10
{{ group.description|purify }}
11
{% endblock %}
12
{% block group_ecosystems %}
0 commit comments