{% extends 'colleges/base.html' %} {% load user_groups %} {% load crispy_forms_tags %} {% block breadcrumb_items %} {{ block.super }} Colleges Nominations {% endblock %} {% block meta_description %}{{ block.super }} Nominations{% endblock meta_description %} {% block pagetitle %}: Nominations{% endblock pagetitle %} {% block content %} {% is_ed_admin request.user as is_ed_admin %}

Fellowship Nominations{% include 'bi/cone-striped.html' %}in construction {% include 'bi/cone-striped.html' %}

Consult the Submissions Monitor page. Any red-highlighted specialty is in need of more Fellows  {% include 'bi/arrow-right.html' %}  Help out by nominating candidates!

Nominate

Procedure

  • Type your search query in the search form
  • When the name you're looking for appears in the Matching profiles list, double-click on it
  • The nomination form will appear below
  • Non-eligibility flags (if any) will appear
  • If eligible, fill the form in (comments are optional)
  • Submit! (the vote will be arranged by EdAdmin)
{% crispy profile_dynsel_form %}

Not found?

Then add to our database by creating a new Profile (opens in new window).

Matching profiles

Vote

{% if is_ed_admin %}

Ongoing elections

Closed elections

{% else %}

Cast your vote (election ongoing)

Votes you have cast (election ongoing)

Votes you have cast (election closed)

{% endif %}

List / filter

{% crispy search_nominations_form %}

Nominations list

{% endblock content %}