{% if account %} {% include "admin/elements/layout/key_value_above.html" with key="User" value=account.full_name %} {% include "admin/elements/layout/key_value_above.html" with key="Email" value=account.email %} {% include "admin/elements/layout/key_value_above.html" with key="ORCID" value=account.orcid %} {% elif author %} {% include "admin/elements/layout/key_value_above.html" with key="Author" value=author.full_name %} {% include "admin/elements/layout/key_value_above.html" with key="Email" value=author.email %} {% include "admin/elements/layout/key_value_above.html" with key="ORCID" value=author.orcid %} {% endif %} {% if article %} {% include "admin/elements/layout/key_value_above.html" with key="Article ID" value=article.pk %} {% include "admin/elements/layout/key_value_above.html" with key="Article title" value=article.safe_title %} {% endif %}