diff --git a/theme/templates/article_infos.html b/theme/templates/article_infos.html index 1cb57064..d59d4de8 100644 --- a/theme/templates/article_infos.html +++ b/theme/templates/article_infos.html @@ -28,11 +28,13 @@

{{article.givenname}} {{article.surname}}

+ {% if article.category|string() != 'alumni' %} {% if article.email %} E-mail: {{article.email}}
{% endif %} {% if article.office_phone %} Office phone: {{article.office_phone}}
{% endif %} {% if article.mobile_phone %} Mobile phone: {{article.mobile_phone}}
{% endif %} {% if article.office_address %} Office address: {{article.office_address}}
{% endif %} {% if article.postal_address %} Postal address: {{article.postal_address}}
{% endif %} + {% endif %} {% if article.web_site %} Web site: {{article.web_site}}
{% endif %} {% if article.web_log %} Blog: {{article.web_log}}
{% endif %} {% if article.github %} GitHub: https://github.com/{{article.github}}/
{% endif %}