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 b2c55da commit 2556c0dCopy full SHA for 2556c0d
templates/components/listings/publications/tr_card.html.twig
@@ -18,7 +18,7 @@
18
{% endif %}
19
{% endblock tags %}
20
{% block deliverers %}
21
- {% if spec.deliverers|filter(d => d.group.shortname != 'unknownwg')|length > 0 %}
+ {% if spec.deliverers|filter(d => d.group.shortname not in ['unknownwg', 'hypertextcgmember'] and d.group.groupType != 'coord')|length > 0 %}
22
<div>
23
<dt>Deliverers</dt>
24
{% for deliverer in spec.deliverers -%}
0 commit comments