We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b989d39 commit 3af2431Copy full SHA for 3af2431
1 file changed
radboudumc-template/templates/people-single.html
@@ -39,10 +39,11 @@ <h2 class="text-muted">{{ page.position }}</h2>
39
<a href="https://www.radboudumc.nl/en/patient-care/getting-there">{{ page.office }}</a>
40
</div>
41
42
- {% else %}
43
- <div class="banner inactive-member">
44
- This member is no longer working with the group.
45
- </div>
+ {% endif %}
+ {% if page.active != 'yes' %}
+ <div class="banner inactive-member">
+ This member is no longer working with the group.
46
+ </div>
47
{% endif %}
48
{% if page.telephone %}
49
<div class="row">
0 commit comments