• {% 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 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 %}
  • {% endif %}