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