diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html
index 5253eb9..fc4e087 100644
--- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html
+++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/macros/authors.html
@@ -1,8 +1,7 @@
{#
Copyright (C) 2020 Zenodo
Copyright (C) 2020 TUGRAZ
- Copyright (C) 2020 mojib wali.
-
+
invenio-theme-tugraz is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
details.
@@ -12,7 +11,7 @@
{%- for creators in authors_list %}
-{%- if creators.identifiers.orcid %}
+{%- if creators.identifiers and creators.identifiers.orcid %}
{%- endif %}
@@ -28,4 +27,4 @@