{% if perms.scipost.can_vet_registration_requests or perms.scipost.can_view_profiles %} {% endif %}
Title: {{ contributor.profile.get_title_display }}
First name: {{ contributor.user.first_name }}
Last name: {{ contributor.user.last_name }}
ORCID id: {{ contributor.profile.orcid_id|default:'-' }}
Personal web page: {{ contributor.profile.webpage|default:'-' }}
Username{{ contributor.user.username }}
Email (from User){{ contributor.user.email }}
Date joined / last login{{ contributor.user.date_joined }} / {{ contributor.user.last_login }}
Status{{ contributor.get_status_display }}
User active?{{ contributor.user.is_active }}
Id{{ contributor.id }}{% if contributor.profile %}  View Profile {% include 'bi/arrow-right.html' %}{% endif %}