{% if not author.profile %} {% if author.profile_matches %} {% 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.profile.full_name != author.name_tex %} ! {% endif %} {% endif %}