{% load scipost_extras %} {% load colleges_extras %} {% for potfel in potfels_list %} {% endfor %}
{{ potfel.profile.last_name }}, {{ potfel.profile.get_title_display }} {{ potfel.profile.first_name }} {{ potfel.profile.acad_field }} {% for specialty in potfel.profile.specialties.all %}
{{ specialty.code}}
{% endfor %}
Click to vote:
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% if request.user.contributor in potfel.in_agreement.all %} (you have voted: Agreed) {% elif request.user.contributor in potfel.in_abstain.all %} (you have voted: Abstain) {% elif request.user.contributor in potfel.in_disagreement.all %} (you have voted: Disagree) {% endif %}