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