{% load scipost_extras %} {% load colleges_extras %}
{{ 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:
{% 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 %}
|