• {% 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 {% elif invitation.response == 'accepted' or invitation.response == 'postponed' %} {% include 'bi/check-square-fill.html' %}  This nominee has accepted to become a fellow. {% else %} {% include 'bi/check-square-fill.html' %}  This nominee has been invited to serve as a Fellow. Reinvite {% 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.
    {% if invitation.nomination.profile.contributor %} Set up a Fellowship {% else %} Set up a Fellowship (active once registered) {% endif %}
    {% 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 %}