• {% if not invitation.nomination.profile.contributor %} {% include 'bi/x-square-fill.html' %}  This nominee is not yet registered as a Contributor. {% else %} {% include 'bi/check-square-fill.html' %}  This nominee has a Contributor account. {% endif %}
  • {% if invitation.response == 'notyetinvited' %} {% include 'bi/x-square-fill.html' %}  This nominee is elected, but not yet invited. Invite {% else %} {% include 'bi/check-square-fill.html' %}  This nominee has been invited to serve as a Fellow. {% endif %}
  • {% if invitation.response == 'accepted' or invitation.response == 'postponed' %}
  • {% if not invitation.nomination.fellowship %} {% include 'bi/x-square-fill.html' %}  This nominee has no associated Fellowship with this college.
    Set up a Fellowship
    {% else %} {% include 'bi/check-square-fill.html' %}  A Fellowship has been created from this nomination. {% endif %}
  • {% if invitation.nomination.fellowship %}
  • {% if not start_email_sent %} {% include 'bi/question-square-fill.html' %}  Uncertain whether a nomination start email has been sent.
    Send Fellowship start email
    {% else %} {% include 'bi/check-square-fill.html' %}  Nomination start email has been sent. {% endif %}
  • {% endif %} {% endif %}