|
|
|
{% if not author.profile %}
{% if author.other_with_same_name > 1 %}
{% include "bi/people-fill.html" %}
{% else %}
Create a profile
{% endif %}
{% else %}
{% if author.profile.contributor %}
{{ author.profile.full_name }}
{% else %}
{{ author.profile.full_name }}
{% endif %}
{% if author.has_name_warning %}
!
{% endif %}
{% endif %}
|
{% endfor %}